Boost.Hana  1.5.0
Your standard library for metaprogramming
fold.hpp File Reference

Forward declares boost::hana::fold. More...

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::fold = fold_left
 Equivalent to fold_left; provided for convenience.fold is equivalent to fold_left. However, it is not tag-dispatched on its own because it is just an alias to fold_left. Also note that fold can be called with or without an initial state, just like fold_left: More...
 

Detailed Description

Forward declares boost::hana::fold.