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