-
#include "tensorstore/util/iterate.h"
- class tensorstore::IterationConstraints;
Specifies constraints on how multi-dimensional iteration can be performed.
Logically this type is the algebraic product of
LayoutOrderConstraint
andRepeatedElementsConstraint
.A
RepeatedElementsConstraint
ofskip_repeated_elements
indicates that repeated elements (due to a stride of 0) may be processed only once. Otherwise, repeated elements are not skipped.