libdballe  7.6
Public Member Functions | Protected Attributes
dballe::stl::TrivialInserter< T > Class Template Reference

Similar to std::inserter, but just calls target.insert() without requiring it to have iterators at all. More...

#include <stlutils.h>

Inheritance diagram for dballe::stl::TrivialInserter< T >:

Public Member Functions

 TrivialInserter (T &target)
 
template<typename V >
operator= (V val)
 
TrivialInserteroperator* ()
 
TrivialInserteroperator++ ()
 
TrivialInserteroperator++ (int)
 

Protected Attributes

T * target
 

Detailed Description

template<typename T>
class dballe::stl::TrivialInserter< T >

Similar to std::inserter, but just calls target.insert() without requiring it to have iterators at all.


The documentation for this class was generated from the following file: