Boost.Hana  1.1.0
Your standard library for metaprogramming
fold_right.hpp File Reference

Forward declares boost::hana::fold_right. More...

Namespaces

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

Variables

constexpr auto boost::hana::fold_right
 Right-fold of a structure using a binary operation and an optional initial reduction state.fold_right is a right-associative fold using a binary operation. Given a structure containing x1, ..., xn, a function f and an optional initial state, fold_right applies f as follows. More...
 

Detailed Description

Forward declares boost::hana::fold_right.