SUNphi
1.0
|
#include <Ranges.hpp>
Public Types | |
using | type = IntSeqCat< typename _IntsUpTo< half >::type, typename _IntsUpTo< Max-half >::type::template Add< half >> |
Internal type holding the two halves. | |
Static Public Attributes | |
static constexpr int | half =Max/2 |
Used to split the list. | |
Defines a sequence of integer up to Max (excluded)
Internal implementation, recursively calling itself until 0 or 1
Definition at line 19 of file Ranges.hpp.