Empirical
Public Types | Static Public Attributes | List of all members
emp::internal::ip_range< DONE, START, END, STEP, VALS > Struct Template Reference

#include <IntPack.h>

Public Types

using type = typename ip_range<(NEXT >=END), NEXT, END, STEP, VALS..., START >::type
 

Static Public Attributes

static constexpr int NEXT = START + STEP
 

Member Typedef Documentation

template<bool DONE, int START, int END, int STEP, int... VALS>
using emp::internal::ip_range< DONE, START, END, STEP, VALS >::type = typename ip_range<(NEXT >= END), NEXT, END, STEP, VALS..., START>::type

Member Data Documentation

template<bool DONE, int START, int END, int STEP, int... VALS>
constexpr int emp::internal::ip_range< DONE, START, END, STEP, VALS >::NEXT = START + STEP
static

The documentation for this struct was generated from the following file: