摘要: string (1) string& insert (size_t pos, const string& str); substring (2) string& insert (size_t pos, const string& str, size_t subpos, size_t sublen); 阅读全文
posted @ 2019-12-31 18:29 MoonXu 阅读(433) 评论(0) 推荐(0) 编辑
摘要: allocator_type get_allocator() const noexcept; 返回和对象相关的分配器的一个拷贝 #include <iostream>#include <string>#include <vector>using namespace std;int main(){ v 阅读全文
posted @ 2019-12-31 17:56 MoonXu 阅读(432) 评论(0) 推荐(0) 编辑