lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Computes hash values from elements of the given type. More...
#include <hashing.h>
Public Member Functions | |
size_t | operator() (const Element &element) const |
Computes a hash value for the given element. |
Computes hash values from elements of the given type.