[#BloombergLP-bdlsb-OverflowMemOutStreamBuf-dataLengthInInitialBuffer] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlsb.adoc[bdlsb]::xref:BloombergLP/bdlsb/OverflowMemOutStreamBuf.adoc[OverflowMemOutStreamBuf]::dataLengthInInitialBuffer :relfileprefix: ../../../ :mrdocs: Return the length of data in the initial buffer, i.e., `dataLength()` if there is no overflow buffer, or `initialBufferSize()` if there is one. == Synopsis Declared in `<bdlsb_overflowmemoutstreambuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t dataLengthInInitialBuffer() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#