AnySet Documentation
|
Function object that implements a hash function for instances of type T. Inherits from std::hash<T> unless otherwise specialized by the user to not do so.
This class is used by te::AnyHash if it has a specialization for the necessary type. Users can specialize this template and provide an operator() for their own types, to be used by te::AnyHash.
#include <AnyHash.h>
Additional Inherited Members | |
![]() | |
T | hash (T... args) |
T | operator() (T... args) |