Front Insertion Sequence
None, except for those imposed by the requirements of Front Insertion Sequence.
None.
Member | Where defined | Description |
---|---|---|
value_type | Container | The type of object, |
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 an |
const_iterator | Container | Const iterator used to iterate through an |
iterator begin() | Container | Returns an |
iterator end() | Container | Returns an |
const_iterator begin() const | Container | Returns a |
const_iterator end() const | Container | Returns a |
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 | |
slist() |
Вы читаете Standard Template Library Programmer's Guide