Iteration range for a loop.
More...
#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/base/arccore/base/ForLoopRanges.h>
|
| | ForLoopRange (IndexType_ lower_bound, IndexType_ size) |
| | Creates an interval between *[lower_bound,lower_bound+size[*.
|
| | explicit (false) ForLoopRange(IndexType_ size) |
| | Creates an interval between *[0,size[*.
|
| constexpr IndexType_ | lowerBound () const |
| constexpr IndexType_ | size () const |
| constexpr IndexType_ | upperBound () const |
template<typename IndexType_>
class Arcane::ForLoopRange< IndexType_ >
Iteration range for a loop.
Definition at line 32 of file 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_>
The documentation for this class was generated from the following files: