Struct LocalHashmap::LookupResult¶
- Defined in File local_hashmap.h
Nested Relationships¶
This struct is a nested type of Template Class LocalHashmap.
Struct Documentation¶
-
struct
LookupResult
Result for the Lookup(const KTYPE&, LookupResult*) and AsyncLookup(rt::Handle&, const KTYPE&, LookupResult*) methods.
Public Members
-
template<>
boolfound
True if the key has been found in the Hashmap.
-
template<>
VTYPEvalue
The value associated with the key.
-
template<>