MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
boost::mpl11::init< xs > Struct Template Reference

Returns the elements before the last one of a non-empty list. More...

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

Detailed Description

template<typename xs>
struct boost::mpl11::init< xs >

Returns the elements before the last one of a non-empty list.

Specifically, returns a list containing all the elements of the original list except the last one.