libstdc++
std::unordered_set< _Value, _Hash, _Pred, _Alloc > Class Template Reference

Inherits std::__unordered_set< _Value, _Hash, _Pred, _Alloc, __cache_hash_code >.

List of all members.

Public Types

Public Member Functions

Protected Types

Protected Member Functions

Friends


Detailed Description

template<class _Value, class _Hash = hash<_Value>, class _Pred = std::equal_to<_Value>, class _Alloc = std::allocator<_Value>>
class std::unordered_set< _Value, _Hash, _Pred, _Alloc >

A standard container composed of unique keys (containing at most one of each key value) in which the elements' keys are the elements themselves.

Meets the requirements of a container, and unordered associative container

Parameters:
ValueType of key objects.
HashHashing function object type, defaults to hash<Value>.
PredPredicate function object type, defaults to equal_to<Value>.
AllocAllocator type, defaults to allocator<Key>.

Definition at line 279 of file unordered_set.h.


The documentation for this class was generated from the following file: