The basic interface of std::vector includes size() , push_back(const T&) method, operator[](size_t i) , erase(std::vector<T>::iterator it) , and clear() .
確定! 回上一頁