siplasplas
A library for C++ reflection and introspection
|
A functor that implements a hash function for values of type T. More...
#include <siplasplas/utility/hash.hpp>
Public Member Functions | |
constexpr std::size_t | operator() (const T &value) const |
A functor that implements a hash function for values of type T.
This template provides the features of cpp::hash() as a functor template, suitable for unordered containers.
T | Type of the values to get the hash code. See cpp::hash() for behavior and type requirements. |