Forward declares boost::hana::slice
and boost::hana::slice_c
.
More...
Namespaces | |
boost::hana | |
Namespace containing everything in the library. | |
Variables | |
constexpr auto | boost::hana::slice |
Extract the elements of a Sequence at the given indices. More... | |
template<std::size_t from, std::size_t to> | |
constexpr auto | boost::hana::slice_c |
Shorthand to slice a contiguous range of elements. More... | |
Forward declares boost::hana::slice
and boost::hana::slice_c
.