file
for_sequence.hContains the definitions of muu::
Namespaces
- namespace muu
- The root namespace for all muu functions and types.
Functions
-
template <auto N1, auto N2, typename Func>void for_product(Func&& func) constexpr noexcept(…)
- Generates a series of sequential function calls by pack expansion.
-
template <auto N, typename Func>void for_sequence(Func&& func) constexpr noexcept(…)
- Generates a series of sequential function calls by pack expansion.