Set the size of this blob buffer to the specified size.
Synopsis
Declared in <bdlbb_blob.h>
void
setSize(int size);
Description
The behavior is undefined unless 0 <= size and the capacity of the buffer returned by the buffer method is at least size bytes.
Parameters
Name |
Description |
size |
new size of this blob buffer, in bytes |
Created with MrDocs