[#BloombergLP-bdlsb-OverflowMemOutput-dataLengthInInitialBuffer] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlsb.adoc[bdlsb]::xref:BloombergLP/bdlsb/OverflowMemOutput.adoc[OverflowMemOutput]::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_overflowmemoutput.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t dataLengthInInitialBuffer() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#