AnySet Documentation
List of all members
te::Hash< T > Struct Template Reference

Detailed Description

template<class T = void>
struct te::Hash< T >

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

- Public Member Functions inherited from std::hash< T >
hash (T... args)
 
operator() (T... args)
 
Inheritance diagram for te::Hash< T >:
Inheritance graph
[legend]
Collaboration diagram for te::Hash< T >:
Collaboration graph
[legend]

The documentation for this struct was generated from the following file: