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

Forward declares boost::hana::for_each. More...

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::for_each
 Perform an action on each element of a foldable, discarding the result each time.Iteration is done from left to right, i.e. in the same order as when using fold_left. If the structure is not finite, this method will not terminate. More...
 

Detailed Description

Forward declares boost::hana::for_each.