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;
Created with MrDocs
Return the number of elements in this queue. In effect, performs return c.size();.
Declared in <bslstl_queue.h>
queue<VALUE, CONTAINER>::size_type
size() const;
Created with MrDocs