Default | ||
---|---|---|
Key | The set's key type and value type. This is also defined as | |
Compare | The key comparison function, a Strict Weak Ordering whose argument type is | less<Key> |
Alloc | The | alloc |
Unique Sorted Associative Container, Simple Associative Container
None.
Member | Where defined | Description |
---|---|---|
value_type | Container | The type of object, |
key_type | Associative Container | The key type associated with |
key_compare | Sorted Associative | Container Function object that compares two keys for ordering. |
value_compare | Sorted Associative | Container Function object that compares two values for ordering. |
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 |
reverse_iterator | Reversible Container | Iterator used to iterate backwards through a |
Вы читаете Standard Template Library Programmer's Guide