Boost.Hana  1.0.0
Your standard library for metaprogramming
reverse_fold.hpp File Reference

Forward declares boost::hana::reverse_fold. More...

Namespaces

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

Variables

constexpr auto boost::hana::reverse_fold
 Equivalent to reverse_fold in Boost.Fusion and Boost.MPL.This method has the same semantics as reverse_fold in Boost.Fusion and Boost.MPL, with the extension that an initial state is not required. This method is equivalent to fold_right, except that the accumulating function must take its arguments in reverse order, to match the order used in Fusion. In other words,. More...
 

Detailed Description

Forward declares boost::hana::reverse_fold.