size
From C/C++ Reference
size
Syntax:
#include <queue> size_type size() const;
The size() function returns the number of elements in the current queue.
Related topics:
From C/C++ Reference
#include <queue> size_type size() const;
The size() function returns the number of elements in the current queue.