Boost.Hana  1.2.0
Your standard library for metaprogramming
extend.hpp File Reference

Forward declares boost::hana::extend. More...

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::extend
 Comonadic application of a function to a comonadic value.Given a comonadic value and a function accepting a comonadic input, extend returns the result of applying the function to that input inside the comonadic context. More...
 

Detailed Description

Forward declares boost::hana::extend.