Boost.Hana  1.2.0
Your standard library for metaprogramming
insert_range.hpp File Reference

Forward declares boost::hana::insert_range. More...

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::insert_range
 Insert several values at a given index in a sequence.Given a sequence, an index and any Foldable containing elements to insert, insert_range inserts the elements in the Foldable at the given index of the sequence. More...
 

Detailed Description

Forward declares boost::hana::insert_range.