Return the number of characters currently available for reading from this stream buffer, or 0 if there are none.
Synopsis
Declared in <bdlbb_blobstreambuf.h>
virtual
std::streamsize
showmanyc() override;
Return Value
number of characters available for reading, or 0 if none
Created with MrDocs