Intervalle d'itération pour une boucle.
Plus de détails...
#include <arcane/utils/ForLoopRanges.h>
Intervalle d'itération pour une boucle.
Définition à la ligne 49 du fichier ForLoopRanges.h.
◆ ForLoopRange() [1/2]
Arcane::ForLoopRange::ForLoopRange |
( |
Int32 |
lower_bound, |
|
|
Int32 |
size |
|
) |
| |
|
inline |
Créé un interval entre *[lower_bound,lower_bound+size[*.
Définition à la ligne 54 du fichier ForLoopRanges.h.
◆ ForLoopRange() [2/2]
Arcane::ForLoopRange::ForLoopRange |
( |
Int32 |
size | ) |
|
|
inline |
Créé un interval entre *[0,size[*.
Définition à la ligne 59 du fichier ForLoopRanges.h.
◆ lowerBound()
constexpr Int32 Arcane::ForLoopRange::lowerBound |
( |
| ) |
const |
|
inlineconstexpr |
◆ size()
constexpr Int32 Arcane::ForLoopRange::size |
( |
| ) |
const |
|
inlineconstexpr |
◆ upperBound()
constexpr Int32 Arcane::ForLoopRange::upperBound |
( |
| ) |
const |
|
inlineconstexpr |
◆ m_lower_bound
Int32 Arcane::ForLoopRange::m_lower_bound |
|
private |
◆ m_size
Int32 Arcane::ForLoopRange::m_size |
|
private |
La documentation de cette classe a été générée à partir du fichier suivant :