Minimal iterable for testing purposes. More...
#include </Users/ldionne/code/mpl11/test/minimal_iterable.hpp>
Minimal iterable for testing purposes.
When testing your own iterables, always use this iterable instead of, say, list
, because list
could specialize some operations for efficiency reasons. minimal_iterable
is guaranteed not to specialize anything unnecessary, i.e. to have the most default behavior possible.