Forward declares boost::hana::monadic_compose
.
More...
Namespaces | |
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 chain ed into f instead of simply passed to it, as with normal composition. monadic_compose satisfies. More... | |
Forward declares boost::hana::monadic_compose
.