Return the maximum number of elements that may be stored in this queue. Note that the value returned may be greater than that supplied at construction.
Synopsis
Declared in <bdlcc_singleproducersingleconsumerboundedqueue.h>
std::size_t
capacity() const;
Created with MrDocs