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

Extract the elements after the head of a non-empty iterable. More...

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

Detailed Description

template<typename iter>
struct boost::mpl11::tail< iter >

Extract the elements after the head of a non-empty iterable.

Specifically, returns an iterable containing all the elements of the original iterable except the first one.