xtd 0.2.0
Loading...
Searching...
No Matches
xtd::collections::generic::helpers Namespace Reference

Definition

The xtd::collections::generic::helpers namespace contains helpers for generic collections, sush as comparer, equator an hasher structs.

Classes

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...
 

Alias

template<typename type_t >
using allocator = std::allocator< type_t >
 Represent an allocator alias.