Return true if this stream is empty, and false otherwise.
Synopsis
Declared in <bslx_byteinstream.h>
bool
isEmpty() const;
Description
Return true if this stream is empty, and false otherwise. Note that this function enables higher‐level types to verify that, after successfully reading all expected data, no data remains.
Return Value
true if empty; false otherwise
Created with MrDocs