insert_iterator Members

Reference

Constructors

insert_iterator

Constructs an insert_iterator that inserts an element into a specified position in a container.

Typedefs

container_type

A type that represents the container into which a general insertion is to be made.

reference

A type that provides a reference to an element in a sequence controlled by the associated container.

Operators

operator*

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

operator++

Increments the 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 general insertion.

See Also

Reference

insert_iterator Class

Thread Safety in the C++ Standard Library

Standard Template Library