[#BloombergLP-bdlbb-Blob-buffer] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/Blob.adoc[Blob]::buffer :relfileprefix: ../../../ :mrdocs: Return a reference to the non‐modifiable blob buffer at `index`. == Synopsis Declared in `<bdlbb_blob.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlbb/BlobBuffer.adoc[BlobBuffer] const& buffer(int index) const; ---- == Description The behavior is undefined unless `0 <= index < numBuffers()`. == Return Value a reference to the non‐modifiable blob buffer at `index` == Parameters [cols="1,4"] |=== | Name| Description | *index* | position of the blob buffer to access |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#