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 an insert_iterator that inserts an element into a specified position in a container. |
Typedefs
A type that represents the container into which a general insertion is to be made. |
|
A type that provides a reference to an element in a sequence controlled by the associated container. |
Operators
Dereferencing operator used to implement the output iterator expression *i = x for a general insertion. |
|
Increments the insert_iterator to the next location into which a value may be stored. |
|
Assignment operator used to implement the output iterator expression *i = x for a general insertion. |