Create an output byte stream that writes to the specified streamBuf.
Declared in <bslx_genericoutstream.h>
GenericOutStream(
STREAMBUF* streamBuf,
int versionSelector);
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.
| Name | Description |
|---|---|
| streamBuf | stream buffer to write to |
| versionSelector | BDEX version selector (typically "YYYYMMDD") |