Boost.Hana  1.1.0
Your standard library for metaprogramming
insert.hpp File Reference

Forward declares boost::hana::insert. More...

Namespaces

 boost
 
 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr insert_t boost::hana::insert {}
 Insert a value at a given index in a sequence.Given a sequence, an index and an element to insert, insert inserts the element at the given index. More...
 

Detailed Description

Forward declares boost::hana::insert.