#include <mixin.h>
To make an output iterator, one just needs to inherit from this template and implement Self& operator=(const WhaToAccept&)
Public Member Functions | |
Self & | operator++ () |
Self | operator++ (int) |
Self & | operator* () |
Self& wibble::mixin::OutputIterator< Self >::operator++ | ( | ) | [inline] |
Self wibble::mixin::OutputIterator< Self >::operator++ | ( | int | ) | [inline] |
Self& wibble::mixin::OutputIterator< Self >::operator* | ( | ) | [inline] |