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

Forward declares boost::hana::lift. More...

Namespaces

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

Variables

template<typename A >
constexpr auto boost::hana::lift
 Lift a value into an Applicative structure.lift<A> takes a normal value and embeds it into a structure whose shape is represented by the A Applicative. Note that the value may be a function, in which case the created structure may be applied to another Applicative structure containing values. More...
 

Detailed Description

Forward declares boost::hana::lift.