Support Class Library
A set of tools providing classes and utility
|
Hash concept, a type T is an hash for Key if it is a function object, copy constructible, destructible, and the return type of its invocation w/ a Key is std::size_t. More...
#include "Hash.h"
Public Member Functions | |
constexpr | operator bool () const |
Hash concept, a type T is an hash for Key if it is a function object, copy constructible, destructible, and the return type of its invocation w/ a Key is std::size_t.
T | being the type to check against |
Key | being the type to hash |
|
inline |