hash_map Members
Reference
Constructors
Constructs a hash_map that is empty or that is a copy of all or part of some other hash_map. |
Typedefs
A type that represents the allocator class for the hash_map object. |
|
A type that provides a bidirectional iterator that can read a const element in the hash_map. |
|
A type that provides a pointer to a const element in a hash_map. |
|
A type that provides a reference to a const element stored in a hash_map for reading and performing const operations. |
|
A type that provides a bidirectional iterator that can read any const element in the hash_map. |
|
A signed integer type that can be used to represent the number of elements of a hash_map in a range between elements pointed to by iterators. |
|
A type that provides a bidirectional iterator that can read or modify any element in a hash_map. |
|
A type that provides a function object that can compare two sort keys to determine the relative order of two elements in the hash_map. |
|
A type describes the sort key object that constitutes each element of the hash_map. |
|
A type that represents the data type stored in a hash_map. |
|
A type that provides a pointer to an element in a hash_map. |
|
A type that provides a reference to an element stored in a hash_map. |
|
A type that provides a bidirectional iterator that can read or modify an element in a reversed hash_map. |
|
An unsigned integer type that can represent the number of elements in a hash_map. |
|
A type that provides a function object that can compare two elements as sort keys to determine their relative order in the hash_map. |
Member Functions
Returns an iterator addressing the first element in the hash_map. |
|
Erases all the elements of a hash_map. |
|
Returns the number of elements in a hash_map whose key matches a parameter-specified key. |
|
Tests if a hash_map is empty. |
|
Returns an iterator that addresses the location succeeding the last element in a hash_map. |
|
Returns a pair of iterators, respectively, to the first element in a hash_map with a key that is greater than a specified key and to the first element in the hash_map with a key that is equal to or greater than the key. |
|
Removes an element or a range of elements in a hash_map from specified positions |
|
Returns an iterator addressing the location of an element in a hash_map that has a key equivalent to a specified key. |
|
Returns a copy of the allocator object used to construct the hash_map. |
|
Inserts an element or a range of elements into a hash_map. |
|
Returns an iterator to the first element in a hash_map with a key value that is equal to or greater than that of a specified key. |
|
Returns an iterator to the first element in a hash_map with a key value that is equal to or greater than that of a specified key. |
|
Returns the maximum length of the hash_map. |
|
Returns an iterator addressing the first element in a reversed hash_map. |
|
Returns an iterator that addresses the location succeeding the last element in a reversed hash_map. |
|
Returns the number of elements in the hash_map. |
|
Exchanges the elements of two hash_maps. |
|
Returns an iterator to the first element in a hash_map that with a key value that is greater than that of a specified key. |
|
Retrieves a copy of the comparison object used to order element values in a hash_map. |
Operators
Inserts an element into a hash_map with a specified key value. |