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