| 
    siplasplas
    
   A library for C++ reflection and introspection 
   | 
 
A functor that implements a bytewise 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 bytewise hash function for values of type T.
This template provides the features of cpp::raw_hash() as a functor template, suitable for unordered containers.
| T | Type of the values to get the hash code. See cpp::raw_hash() for behavior and type requirements. |