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