DictionaryHashSelector

DictionaryHashSelector struct

Hash function selector for Dictionary class. This implementation uses STL hashing given no alternative is provided.

template<typename T,class Enable>class DictionaryHashSelector

Template parameters

ParameterDescription
TElement type.
EnableDummy template argument for specialization deduction.

Typedefs

TypedefDescription
typeHasher type to use.

See Also