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

Forward declares boost::hana::unfold_right. More...

Namespaces

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

Variables

template<typename S >
constexpr auto boost::hana::unfold_right
 Dual operation to fold_right for sequences.While fold_right reduces a structure to a summary value from the right, unfold_right builds a sequence from a seed value and a function, starting from the right. More...
 

Detailed Description

Forward declares boost::hana::unfold_right.