SUNphi  1.0
SUNphi::_IntsUpTo< Max > Struct Template Reference

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

Detailed Description

template<int Max>
struct SUNphi::_IntsUpTo< Max >

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.


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