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

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...
 

Detailed Description

Forward declares boost::hana::repeat.