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

Forward declares boost::hana::append. More...

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::append
 Append an element to a monadic structure.Given an element x and a monadic structure xs, append returns a new monadic structure which is the result of lifting x into the monadic structure and then combining that (to the right) with xs. In other words,. More...
 

Detailed Description

Forward declares boost::hana::append.