Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |