Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
std::hash< DFAState::Label > Struct Reference

#include <DFAState.h>

Public Member Functions

size_t operator() (const DFAState::Label &s) const
 

Detailed Description

Definition at line 64 of file DFAState.h.

Member Function Documentation

◆ operator()()

size_t std::hash< DFAState::Label >::operator() ( const DFAState::Label s) const
inline

Definition at line 65 of file DFAState.h.

65 {
66 size_t result = 0;
67 for (int i : s.fStates) {
68 result = result * 101 + i;
69 }
70 return result;
71 }
struct MyStruct s
GAsyncResult * result

The documentation for this struct was generated from the following file: