Interface of a functor on a multi-dimensional iteration interval of dimension RankValue. More...
Public Member Functions | |
| virtual | ~IMDRangeFunctor ()=default |
| Releases resources. | |
| virtual void | executeFunctor (const ComplexForLoopRanges< RankValue > &loop_range)=0 |
| Executes the associated method. | |
Interface of a functor on a multi-dimensional iteration interval of dimension RankValue.
Definition at line 58 of file arccore/src/base/arccore/base/IRangeFunctor.h.
|
pure virtual |
Executes the associated method.
Implemented in Arcane::LambdaMDRangeFunctor< RankValue, LambdaType >.