SUNphi
1.0
|
Get an element of a list of integers. More...
Go to the source code of this file.
Functions | |
template<int I, int Head, int... Tail> | |
constexpr int | SUNphi::_getIntOfList () |
Variables | |
template<int I, int... Ints> | |
constexpr int | SUNphi::getIntOfList |
Returns I-th element of the sequence. More... | |
Get an element of a list of integers.
Definition in file IntListGetEl.hpp.
constexpr int SUNphi::_getIntOfList | ( | ) |
Returns I-th element of the integer list
Internal implementation
Definition at line 16 of file IntListGetEl.hpp.
constexpr int SUNphi::getIntOfList |
Returns I-th element of the sequence.
Definition at line 31 of file IntListGetEl.hpp.