-
#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
LayoutOrderConstraintandRepeatedElementsConstraint.A
RepeatedElementsConstraintofskip_repeated_elementsindicates that repeated elements (due to a stride of 0) may be processed only once. Otherwise, repeated elements are not skipped.