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

Name

Description

index

position of the blob buffer to access

Created with MrDocs