在线文档教程
C++
容器 | Containers

std::stack::size

std::堆栈::大小

size_type size() const;

返回基础容器中的元素数,即,c.size()...

参数

%280%29

返回值

容器中的元素数。

复杂性

常量。

另见

emptychecks whether the underlying container is empty (public member function)

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cpPreference.com/w/cpp/容器/堆栈/size