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