C++ 参考手册

位置:首页 > C++ 参考手册 >容器库 >std::vector > std::vector<T,Allocator>::capacity

size_type capacity() const;
(C++11 前)
size_type capacity() const noexcept;
(C++11 起)

返回容器当前已为之分配空间的元素数。

参数

(无)

返回值

当前分配存储的容量。

复杂度

常数。

参阅

返回容纳的元素数
(公开成员函数)
预留存储空间
(公开成员函数)