Intervalle d'itération pour une boucle.
Plus de détails...
#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/base/arccore/base/ForLoopRanges.h>
|
| | ForLoopRange (IndexType_ lower_bound, IndexType_ size) |
| | Créé un interval entre *[lower_bound,lower_bound+size[*.
|
| |
| | explicit (false) ForLoopRange(IndexType_ size) |
| | Créé un interval entre *[0,size[*.
|
| |
| constexpr IndexType_ | lowerBound () const |
| |
| constexpr IndexType_ | size () const |
| |
| constexpr IndexType_ | upperBound () const |
| |
template<typename IndexType_>
class Arcane::ForLoopRange< IndexType_ >
Intervalle d'itération pour une boucle.
Définition à la ligne 31 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.
◆ ForLoopRange()
template<typename IndexType_>
◆ explicit()
template<typename IndexType_>
◆ lowerBound()
template<typename IndexType_>
◆ size()
template<typename IndexType_>
◆ upperBound()
template<typename IndexType_>
◆ m_lower_bound
template<typename IndexType_>
◆ m_size
template<typename IndexType_>
La documentation de cette classe a été générée à partir des fichiers suivants :