template <typename KeyType, typename HashType>
class HashedTestObjBase
Defined at line 52 of file ../../zircon/system/ulib/fbl/test/include/fbl/tests/intrusive_containers/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> (size_t val)
Defined at line 54 of file ../../zircon/system/ulib/fbl/test/include/fbl/tests/intrusive_containers/objects.h
HashType GetHash (const KeyType & key)
Defined at line 55 of file ../../zircon/system/ulib/fbl/test/include/fbl/tests/intrusive_containers/objects.h