Struct LocalHashmap::LookupResult

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<>
bool found

True if the key has been found in the Hashmap.

template<>
VTYPE value

The value associated with the key.