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.

Synopsis

Declared in <bslx_genericoutstream.h>

GenericOutStream(
    STREAMBUF* streamBuf,
    int versionSelector);

Created with MrDocs