|
CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
Hash function selector for Dictionary class. This implementation uses STL hashing given no alternative is provided. More...
#include <iequality_comparer.h>
Public Types | |
| using | type = std::hash< T > |
| Hasher type to use. More... | |
Hash function selector for Dictionary class. This implementation uses STL hashing given no alternative is provided.
| T | Element type. |
| Enable | Dummy template argument for specialization deduction. |
| using System::Collections::Generic::DictionaryHashSelector< T, Enable >::type = std::hash<T> |
Hasher type to use.