BloombergLP::bdlbb::Blob::buffer

Return a reference to the non-modifiable blob buffer at index.

Synopsis

Declared in <bdlbb_blob.h>

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

NameDescription
indexposition of the blob buffer to access