MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
List of all members
minimal_iterable< xs > Struct Template Reference

Minimal iterable for testing purposes. More...

#include </Users/ldionne/code/mpl11/test/minimal_iterable.hpp>

Detailed Description

template<typename... xs>
struct minimal_iterable< xs >

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.