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

Equivalent to slice<xs, size_t<start>, size_t<stop>>. More...

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

Detailed Description

template<typename xs, detail::std_size_t start, detail::std_size_t stop>
struct boost::mpl11::slice_c< xs, start, stop >

Equivalent to slice<xs, size_t<start>, size_t<stop>>.