MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
List of all members
boost::mpl11::cons< x, xs > Struct Template Reference

A List created by prepending an element to an Iterable. More...

#include <boost/mpl11/fwd/list.hpp>

Detailed Description

template<typename x, typename xs>
struct boost::mpl11::cons< x, xs >

A List created by prepending an element to an Iterable.