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

Public Member Functions

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

Protected Attributes

T * target
 

Detailed Description

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