|
SUNphi
1.0
|
Defines a few constant useful to deal with positions. More...
Go to the source code of this file.
Classes | |
| struct | SUNphi::IsPresent< I > |
| Filterer which check presence of its parameter. More... | |
Enumerations | |
| enum | SUNphi::FIRST_OR_LAST { FIRST, LAST } |
| Enumerate first and last. | |
| enum | SUNphi::BACK_FORW { BACK, FORW } |
| Enumerate the possibity to loop backward or forward. | |
Variables | |
| static constexpr bool | SUNphi::ASSERT_IF_NOT_PRESENT |
| Lament the absence of an element. More... | |
| static constexpr bool | SUNphi::DO_NOT_ASSERT_IF_NOT_PRESENT |
| Do not lament the absence of an element. More... | |
| static constexpr int | SUNphi::NOT_PRESENT |
| Mark the absence of an element. More... | |
Defines a few constant useful to deal with positions.
Definition in file Position.hpp.
|
static |
|
static |
Do not lament the absence of an element.
Definition at line 19 of file Position.hpp.
|
static |