template <typename KeyType, typename HashType, HashType kNumBuckets>
class HashedTestObjBase
Defined at line 55 of file ../../src/lib/fidl/llcpp/tests/dispatcher/intrusive_container/objects.h
The base class for hash-able test objects. Implements a default hash
function accessor as well as inheriting from KeyedTestObjBase
Public Methods
void HashedTestObjBase<KeyType, HashType, kNumBuckets> (size_t val)
Defined at line 57 of file ../../src/lib/fidl/llcpp/tests/dispatcher/intrusive_container/objects.h
HashType GetHash (const KeyType & key)
Defined at line 59 of file ../../src/lib/fidl/llcpp/tests/dispatcher/intrusive_container/objects.h