raw_storage_iterator Members
Reference
Constructors
Constructs a raw storage iterator with a specified underlying output iterator. |
Typedefs
Provides a type that describes an element to be stored a raw storage iterator. |
|
Provides a type that describes an iterator that underlies a raw storage iterator. |
Operators
A dereferencing operator used to implement the output iterator expression *ii = x. |
|
An assignment operator used to implement the raw storage iterator expression *i = x for storing in memory. |
|
Preincrement and postincrement operators for raw storage iterators. |