Share via


raw_storage_iterator Members

Reference

Constructors

raw_storage_iterator

Constructs a raw storage iterator with a specified underlying output iterator.

Typedefs

element_type

Provides a type that describes an element to be stored a raw storage iterator.

iter_type

Provides a type that describes an iterator that underlies a raw storage iterator.

Operators

operator*

A dereferencing operator used to implement the output iterator expression *ii = x.

operator=

An assignment operator used to implement the raw storage iterator expression *i = x for storing in memory.

operator++

Preincrement and postincrement operators for raw storage iterators.

See Also

Reference

raw_storage_iterator Class

Thread Safety in the Standard C++ Library