Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |