Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template insert_iterator<, >

std::insert_iterator<boost::container::slist< T, ValueAllocator >>

Synopsis

// In header: <boost/container/slist.hpp>

template<typename T, typename ValueAllocator> 
class insert_iterator<, > {
public:
  // types
  typedef            ;   
  typedef  ;
  typedef                 ;       
  typedef                 ;  
  typedef                 ;          
  typedef                 ;        

  // public member functions
  (, ,  = );
   
  ();
   ();
   ();
   ();
};

Description

A specialization of insert_iterator that works with slist

insert_iterator public member functions

  1. ( x,  i, 
                     is_previous = );
  2.  
    ( value);
  3.  ();
  4.  ();
  5.  ();

PrevUpHomeNext