| Member | Where defined | Description |
|---|---|---|
value_type | Container | The type of object, |
key_type | Associative Container | The key type associated with |
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() const | Container | Returns an |
iterator end() const | Container | Returns an |
size_type size() const | Container | Returns the size of the |
size_type max_size() const | Container | Returns the largest possible size of the |
bool empty() const | Container | |
size_type bucket_count() const | Hashed Associative Container | Returns the number of buckets used by the |
Вы читаете Standard Template Library Programmer's Guide
