Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |