bsl::queue::size

Return the number of elements in this queue. In effect, performs return c.size();.

Synopsis

Declared in <bslstl_queue.h>

queue<VALUE, CONTAINER>::size_type
size() const;