附录B_标准库一览

  1. 输入输出流迭代器

     istream_iterator<T> in(is);
    
     ostream_iterator<T> out(os, const char* sep = " ");
    
发布了391 篇原创文章 · 获赞 7 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/captxb/article/details/103080815