SUNphi  1.0
IntListGetEl.hpp File Reference

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

Detailed Description

Get an element of a list of integers.

Definition in file IntListGetEl.hpp.

Function Documentation

template<int I, int Head, int... Tail>
constexpr int SUNphi::_getIntOfList ( )

Returns I-th element of the integer list

Internal implementation

Definition at line 16 of file IntListGetEl.hpp.

Variable Documentation

template<int I, int... Ints>
constexpr int SUNphi::getIntOfList
Initial value:
=
_getIntOfList<I,Ints...>()
constexpr int _getIntOfList()

Returns I-th element of the sequence.

Definition at line 31 of file IntListGetEl.hpp.