Standard C++ Library Class Reference
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
back_insert_iterator, back_inserter
 Insert Iterator
Summary
An insert iterator used to insert items at the end of a collection.
Contents
Synopsis● 
Description● 
Interface● 
Constructor● 
Operators● 
Helper Function● 
Example● 
Warning● 
See Also● 
Synopsis
#include <iterator>
template <class Container> 
class back_insert_iterator : public output_iterator;










