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