back_insert_iterator Members
Reference
Constructors
Constructs a back_insert_iterator that inserts elements after the last element in a container. |
Typedefs
A type that provides a container for the back_insert_iterator. |
|
A type that provides a reference for the back_insert_iterator. |
Operators
Dereferencing operator used to implement the output iterator expression *i = x for a back insertion. |
|
Increments the back_insert_iterator to the next location into which a value may be stored. |
|
Assignment operator used to implement the output iterator expression *i = x for a back insertion. |