Boost.Hana  1.2.0
Your standard library for metaprogramming
cycle.hpp File Reference

Forward declares boost::hana::cycle. More...

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::cycle
 Combine a monadic structure with itself n times.Given a monadic structure xs and a non-negative number n, cycle returns a new monadic structure which is the result of combining xs with itself n times using the concat operation. In other words,. More...
 

Detailed Description

Forward declares boost::hana::cycle.