System::Collections::Generic::DictionaryHashSelector< T, Enable > Struct Template Reference

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

Public Types

using type = std::hash< T >
 Hasher type to use. More...
 

Detailed Description

template<typename T, class Enable = void>
struct System::Collections::Generic::DictionaryHashSelector< T, Enable >

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

Template Parameters
TElement type.
EnableDummy template argument for specialization deduction.

Member Typedef Documentation

◆ type

template<typename T, class Enable = void>
using System::Collections::Generic::DictionaryHashSelector< T, Enable >::type = std::hash<T>

Hasher type to use.