The xtd::collections::generic::helpers namespace contains helpers for generic collections, sush as comparer, equator an hasher structs.
|
| struct | comparer |
| | Implements a function object for compare data. More...
|
| |
| struct | equator |
| | Implements a function object for performing comparisons. Unless specialised, invokes operator== on type type_t. xtd::equator with the key and the value strongly typed to be std::any. More...
|
| |
| struct | hasher |
| | Implements a function object for hashing data. More...
|
| |
|
| template<typename type_t > |
| using | allocator = std::allocator< type_t > |
| | Represent an allocator alias.
|
| |