Contains helpers generic collections definitions.
Classes | |
| struct | xtd::collections::generic::helpers::comparer< type_t > | 
| Implements a function object for compare data.  More... | |
| struct | xtd::collections::generic::helpers::equator< key_t > | 
| 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 | xtd::collections::generic::helpers::hasher< key_t > | 
| Implements a function object for hashing data.  More... | |
Typedefs | |
| template<typename type_t > | |
| using | xtd::collections::generic::helpers::allocator = std::allocator< type_t > | 
| Represent an allocator alias.   | |
| using xtd::collections::generic::helpers::allocator = typedef std::allocator<type_t> | 
#include <xtd.core/include/xtd/collections/generic/helpers/allocator.hpp>
Represent an allocator alias.
std::vector.