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

Drops the first n elements from an iterable and return the rest. More...

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

Detailed Description

template<typename n, typename iter>
struct boost::mpl11::drop< n, iter >

Drops the first n elements from an iterable and return the rest.

n must be a non-negative Integer representing the number of elements to be dropped from the underlying iterable. If n is greater than the length of the iterable, the returned iterable is empty.