The Wayback Machine - https://web.archive.org/web/20120531092432/http://en.cppreference.com/w/cpp/container/stack/size

std::stack::size

From cppreference.com
Jump to: navigation, search
size_type size() const;

Returns the number of elements in the underlying container, i.e, c.size().

Contents

[edit] Parameters

(none)

[edit] Return value

the number of elements in the container

[edit] Complexity

Constant

[edit] See also

checks whether the underlying container is empty
(public member function) [edit]
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages