|
SPH
|
Output iterator that inserts the written values to the given iterator using push function. 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 | |
| BackInserter (TContainer &container) | |
| BackInserter & | operator* () |
| BackInserter & | operator++ () |
| template<typename TValue > | |
| BackInserter & | operator= (TValue &&value) |
Output iterator that inserts the written values to the given iterator using push function.
Definition at line 37 of file OutputIterators.h.
| using BackInserter< TContainer >::difference_type = ptrdiff_t |
Definition at line 61 of file OutputIterators.h.
| using BackInserter< TContainer >::iterator_category = std::output_iterator_tag |
Definition at line 59 of file OutputIterators.h.
| using BackInserter< TContainer >::pointer = void |
Definition at line 62 of file OutputIterators.h.
| using BackInserter< TContainer >::reference = void |
Definition at line 63 of file OutputIterators.h.
| using BackInserter< TContainer >::value_type = void |
Definition at line 60 of file OutputIterators.h.
|
inlineexplicit |
Definition at line 42 of file OutputIterators.h.
|
inline |
Definition at line 45 of file OutputIterators.h.
|
inline |
Definition at line 49 of file OutputIterators.h.
|
inline |
Definition at line 54 of file OutputIterators.h.