libdballe
6.8
|
Similar to std::inserter, but just calls target.insert() without requiring it to have iterators at all. More...
#include <stlutils.h>
Public Member Functions | |
Eraser (T &target) | |
template<typename V > | |
V | operator= (V val) |
Eraser & | operator* () |
Eraser & | operator++ () |
Eraser & | operator++ (int) |
Protected Attributes | |
T * | target |
Similar to std::inserter, but just calls target.insert() without requiring it to have iterators at all.