The class CyclicRange is a subclass of Range describing cyclically-distributed ranges. The format inquiry returns DIST_CYCLIC for a CyclicRange or any subrange.
The public interface of the CyclicRange class is
class CyclicRange : public Range { public : CyclicRange(const int extent, Dimension dim) ; }