|
SPH
|
Helper iterators allowing to save values to containers. More...
#include "common/Assert.h"Go to the source code of this file.
Classes | |
| class | NullInserter |
| Helper output iterator that simply ignores the written values. More... | |
| class | BackInserter< TContainer > |
| Output iterator that inserts the written values to the given iterator using push function. More... | |
Functions | |
| template<typename TContainer > | |
| BackInserter< TContainer > | backInserter (TContainer &c) |
Helper iterators allowing to save values to containers.
Definition in file OutputIterators.h.
| BackInserter<TContainer> backInserter | ( | TContainer & | c | ) |
Definition at line 67 of file OutputIterators.h.