| Parameter | Description | Default |
|---|---|---|
T | The | |
Alloc | The | alloc |
Random Access Container. Almost, but not quite, a model of Front Insertion Sequence and Back Insertion Sequence.
None, except for those imposed by the requirements of Random Access Container.
None.
| Member | Where defined | Description |
|---|---|---|
value_type | Container | The |
difference_type | Container | A signed integral type. |
size_type | Container | An unsigned integral type. |
| reference | Container | Reference to a |
const_reference | Container | Const reference to |
pointer | Container | Pointer to |
const_pointer | Container | Const pointer to |
const_reverse_iterator | Reversible | Container Const iterator used to iterate backwards through a |
reverse_iterator | Reversible | Container Mutable iterator used to iterate backwards through a |
iterator | Container | Mutable random access iterator used to iterate through a |
const_iterator | Container | Const random access iterator used to iterate through a |
rope(const charT* s) | rope | Constructs a |
rope(const charT* s, size_t n) |
Вы читаете Standard Template Library Programmer's Guide
