17template <
class KeyType,
class ValueType,
class Predicate = std::less<KeyType>,
class Allocator = std::allocator<std::pair<const KeyType, ValueType>>>
20template <
class KeyType,
class ValueType,
class Hasher = std::hash<KeyType>,
class Comparer = std::equal_to<KeyType>,
class Allocator = std::allocator<std::pair<const KeyType, ValueType>>>
23template <
class StoredType,
class Allocator = std::allocator<StoredType>>
A std::map with AUI extensions.
Definition: AMap.h:218
A std::unordered_map with AUI extensions.
Definition: AMap.h:230
A std::vector with AUI extensions.
Definition: AVector.h:38