CustomType customArray[]{5,6,7,8,9}; for (auto index = 0; index < std::extent_v<decltype(customArray)>; ++ index) { // do stuff }