Return the number of elements in this queue. In effect, performs return c.size();.
return c.size();
Declared in <bslstl_queue.h>
<bslstl_queue.h>
queue<VALUE, CONTAINER>::size_type size() const;