Return the number of characters from the beginning of the buffer to the current write position. This function returns the same value as seekoff(0, bsl::ios_base::end). The length is modified by a call to seekpos or seekoff and reset to zero by a call to pubsetbuf.
Synopsis
Declared in <bdlsb_fixedmemoutstreambuf.h>
std::streamsize
length() const;
Created with MrDocs