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