wibble 1.1
|
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&)
|
inline |
|
inline |