|
SPH
|
Helper output iterator that simply ignores the written values. More...
#include <OutputIterators.h>
Public Types | |
| using | iterator_category = std::output_iterator_tag |
| using | value_type = void |
| using | difference_type = ptrdiff_t |
| using | pointer = void |
| using | reference = void |
Public Member Functions | |
| NullInserter & | operator* () |
| NullInserter & | operator++ () |
| template<typename TValue > | |
| NullInserter & | operator= (TValue &&) |
Helper output iterator that simply ignores the written values.
Definition at line 13 of file OutputIterators.h.
| using NullInserter::difference_type = ptrdiff_t |
Definition at line 30 of file OutputIterators.h.
| using NullInserter::iterator_category = std::output_iterator_tag |
Definition at line 28 of file OutputIterators.h.
| using NullInserter::pointer = void |
Definition at line 31 of file OutputIterators.h.
| using NullInserter::reference = void |
Definition at line 32 of file OutputIterators.h.
| using NullInserter::value_type = void |
Definition at line 29 of file OutputIterators.h.
|
inline |
Definition at line 15 of file OutputIterators.h.
|
inline |
Definition at line 19 of file OutputIterators.h.
|
inline |
Definition at line 24 of file OutputIterators.h.