libdballe  7.7
Public Member Functions | Protected Attributes
dballe::stl::Pusher< 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::Pusher< T >:

Public Member Functions

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

Protected Attributes

T * target
 

Detailed Description

template<typename T>
class dballe::stl::Pusher< 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: