[#BloombergLP-bdlsb-FixedMemOutStreamBuf-capacity] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlsb.adoc[bdlsb]::xref:BloombergLP/bdlsb/FixedMemOutStreamBuf.adoc[FixedMemOutStreamBuf]::capacity :relfileprefix: ../../../ :mrdocs: Return the number of characters in the buffer held by this stream buffer. See `length`, below, for the span of bytes actually written. == Synopsis Declared in `<bdlsb_fixedmemoutstreambuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::streamsize capacity() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#