Boost.Hana  1.6.0
Your standard library for metaprogramming
ap.hpp File Reference

Forward declares boost::hana::ap. More...

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::ap
 Lifted application.Specifically, ap applies a structure containing functions to a structure containing values, and returns a new structure containing values. The exact way in which the functions are applied to the values depends on the Applicative. More...
 

Detailed Description

Forward declares boost::hana::ap.