Return the current value (count > 0 ? count : 0) of this semaphore.
Synopsis
Declared in <bslmt_fastpostsemaphoreimpl.h>
int
getValue() const;
Return Value
current value (count > 0 ? count : 0) of this semaphore
Created with MrDocs