std::vector range(5); for (size_t i = 0; i < range.size(); i++) { range[i] = static_cast(i) + 1; }