Forward declares boost::hana::lift
.
More...
Namespaces | |
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 ap plied to another Applicative structure containing values. More... | |
Forward declares boost::hana::lift
.