Boost.Hana  1.0.2
Your standard library for metaprogramming
monadic_compose.hpp File Reference

Forward declares boost::hana::monadic_compose. More...

Namespaces

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

Variables

constexpr auto boost::hana::monadic_compose
 Composition of monadic functions.Given two monadic functions f and g, monadic_compose returns a new function equivalent to the composition of f with g, except the result of g is chained into f instead of simply passed to it, as with normal composition. monadic_compose satisfies. More...
 

Detailed Description

Forward declares boost::hana::monadic_compose.