LIBINT
2.6.0
|
Objects of Hashable<T> class provide hashing function key() which computes keys of type KeyType. More...
#include <hashable.h>
Public Types | |
typedef KeyTraits< KeyType >::ReturnType | KeyReturnType |
Public Member Functions | |
virtual KeyReturnType | key () const =0 |
Protected Attributes | |
KeyStore< KeyType, OwnKey< KeyMP >::result > | key_ |
Objects of Hashable<T> class provide hashing function key() which computes keys of type KeyType.
key() returns KeyTraits<KeyType>::ReturnType.