Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Reference
Constructors
Constructs a back_insert_iterator that inserts elements after the last element in a container. |
Typedefs
A type that provides a container for the back_insert_iterator. |
|
A type that provides a reference for the back_insert_iterator. |
Operators
Dereferencing operator used to implement the output iterator expression *i = x for a back insertion. |
|
Increments the back_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 back insertion. |