std::stack::empty
std::堆栈::空
bool empty() const; | | |
---|
检查基础容器是否没有元素,即是否c.empty()
...
参数
%280%29
返回值
true
如果底层容器为空,false
否则。
复杂性
常量。
另见
size | returns the number of elements (public member function) |
---|
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。