Boost.Hana  1.5.0
Your standard library for metaprogramming
prepend.hpp File Reference

Forward declares boost::hana::prepend. More...

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Variables

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

Detailed Description

Forward declares boost::hana::prepend.