std::priority_queue::size
科技促进发展:优先事项[医]队列::大小
size_type size() const; | | |
---|
返回基础容器中的元素数,即,c.size()
...
参数
%280%29
返回值
容器中的元素数。
复杂性
常量。
另见
empty | checks whether the underlying container is empty (public member function) |
---|
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。