Share via


front_insert_iterator Members

Reference

Constructors

front_insert_iterator

Creates an iterator that can insert elements at the front of a specified container object.

Typedefs

container_type

A type that represents the container into which a front 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 front insertion.

operator++

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

See Also

Reference

front_insert_iterator Class

Thread Safety in the Standard C++ Library

Standard Template Library