Boost.Hana  1.7.1
Your standard library for metaprogramming
remove_range.hpp File Reference

Forward declares boost::hana::remove_range and boost::hana::remove_range_c. More...

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::remove_range
 Remove the elements inside a given range of indices from a sequence. More...
 
template<std::size_t from, std::size_t to>
constexpr auto boost::hana::remove_range_c
 Equivalent to remove_range; provided for convenience. More...
 

Detailed Description

Forward declares boost::hana::remove_range and boost::hana::remove_range_c.