for_sequence.h file
Contains 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.