std::stack<T,Container>::size (3) - Linux Manuals

std::stack<T,Container>::size: std::stack<T,Container>::size

NAME

std::stack<T,Container>::size - std::stack<T,Container>::size

Synopsis


size_type size() const;


Returns the number of elements in the underlying container, that is, c.size().

Parameters


(none)

Return value


The number of elements in the container.

Complexity


Constant.

See also


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