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
Parameter | Description |
---|---|
T | Element type. |
Enable | Dummy template argument for specialization deduction. |
Typedefs
Typedef | Description |
---|---|
type | Hasher type to use. |
See Also
- Namespace System::Collections::Generic
- Library Aspose.Slides