Writing a C++20 range to standard output

前端 未结 0 329
说谎
说谎 2021-01-12 07:15

I can take several ints from a vector putting them to standard output with an iterator:

std::vector v{0,1,2,3,4,5};
std::         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题