EqualKey | The hash_multimap's key equality function: a binary predicate that determines whether two keys are equal. This is also defined as | equal_to<Key> |
Alloc | The | alloc |
Multiple Hashed Associative Container, Pair Associative Container
None.
| Member | Where defined | Description |
|---|---|---|
key_type | Associative Container | The |
data_type | Pair Associative Container | The type of object associated with the keys. |
value_type | Pair Associative Container | The type of object, |
hasher | Hashed Associative Container | The |
key_equal | Hashed Associative Container | Function object that compares keys for equality. |
pointer | Container | Pointer to |
reference | Container | Reference to |
const_reference | Container | Const reference to |
size_type | Container | An unsigned integral type. |
difference_type | Container | A signed integral type. |
iterator | Container | Iterator used to iterate through a |
const_iterator | Container | Const iterator used to iterate through a |
iterator begin() | Container | Returns an |
Вы читаете Standard Template Library Programmer's Guide
