Returns the first n
elements of a List
.
More...
#include <boost/mpl11/fwd/list.hpp>
Returns the first n
elements of a List
.
n
must be a non-negative Integer representing the number of elements to keep. If n
is greater than the length of the List
, the whole List
is returned.