I can take several ints from a vector putting them to standard output with an iterator:
int
vector
std::vector v{0,1,2,3,4,5}; std::