Set the internal buffer size of this stream to be at least the specified newCapacity (in bytes).
Synopsis
Declared in <bslx_byteoutstream.h>
void
reserveCapacity(std::size_t newCapacity);
Parameters
Name |
Description |
newCapacity |
minimum capacity, in bytes |
Created with MrDocs