Forward declares boost::hana::repeat
.
More...
Namespaces | |
boost::hana | |
Namespace containing everything in the library. | |
Variables | |
constexpr auto | boost::hana::repeat |
Invokes a nullary function n times.Given an IntegralConstant n and a nullary function f , repeat(n, f) will call f n times. In particular, any decent compiler should expand repeat(n, f) to. More... | |
Forward declares boost::hana::repeat
.