Forward declares boost::hana::reverse_fold
.
More...
Namespaces | |
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... | |
Forward declares boost::hana::reverse_fold
.