std::stack<T,Container>::size
From cppreference.com
size_type size() const; |
||
Returns the number of elements in the container adaptor. Equivalent to: return
c
.size().
Contents |