C++ STL 速查

vector 順序容器 迭代器 begin end rbegin rend cbegin cend crbegin crend size() empty() operator[] front() 返回元素,不是迭代器 back() push_back(v) 無返回值 pop_back() 無返回值 insert (pos,[ n,] v),(pos, first, last);返回首個插入的ite
相關文章
相關標籤/搜索