Create an output byte stream that writes to the specified streamBuf.
Synopsis
Declared in <bslx_genericoutstream.h>
GenericOutStream(
STREAMBUF* streamBuf,
int versionSelector);
Description
Create an output byte stream that writes its output to the specified streamBuf and uses the specified (compile‐time‐defined) versionSelector as needed (see {Versioning}). Note that the versionSelector is expected to be formatted as "YYYYMMDD", a date representation.
Parameters
Name |
Description |
streamBuf |
stream buffer to write to |
versionSelector |
BDEX version selector (typically "YYYYMMDD") |
Created with MrDocs