cppreference.com > C++ Stacks > size
size
Syntax:
  #include <stack>
  size_type size() const;

The size() function returns the number of elements in the current stack.