Return the high‐water mark value for this queue.
Synopsis
Declared in <bdlcc_queue.h>
int
highWaterMark() const;
Description
Return the high‐water mark value for this queue. Note that a negative value indicates no suggested‐maximum capacity, and is not necessarily the same negative value that was passed to the constructor.
Return Value
the high‐water mark value for this queue
Created with MrDocs