struct gpr::IterationsLimitsΒΆ Structure of limits for iterational loops. #include <Structures.h> struct IterationsLimits { // fields Index_t outer = 0; Index_t inner = 0; // methods void setZero(); };