摘要: ▲ 《C++ Primer》 P302 assign list<string> names; vector<const char *> old_c_str{ "娃哈哈", "孟菲斯", "Hello Wold!" }; names.assign(old_c_str.cbegin(), old_c_s 阅读全文
posted @ 2024-09-27 22:09 double64 阅读(11) 评论(0) 推荐(0)