back_insert_iterator Members

Reference

Constructors

back_insert_iterator

Constructs a back_insert_iterator that inserts elements after the last element in a container.

Typedefs

container_type

A type that provides a container for the back_insert_iterator.

reference

A type that provides a reference for the back_insert_iterator.

Operators

operator*

Dereferencing operator used to implement the output iterator expression *i = x for a back insertion.

operator++

Increments the back_insert_iterator to the next location into which a value may be stored.

operator=

Assignment operator used to implement the output iterator expression *i = x for a back insertion.

See Also

Reference

back_insert_iterator Class

Thread Safety in the Standard C++ Library

Standard Template Library