CnC
|
Provides hash and equality operators for hashing as used by item_collections. More...
Inherits cnc_hash< T >, and cnc_equal< T >.
Public Member Functions | |
size_t | hash (const T &x) const |
bool | equal (const T &x, const T &y) const |
Provides hash and equality operators for hashing as used by item_collections.
It is recommended to specilialize cnc_hash and/or cnc_equal rather than cnc_tag_hash_compare
Definition at line 186 of file cnc_tag_hash_compare.h.
|
inline |
|
inline |