BloombergLP::bdlb::BigEndianInt32::maxSupportedBdexVersion

maxSupportedBdexVersion overloads

Synopses

Declared in <bdlb_bigendian.h>

Return the most current BDEX streaming version number supported by this class. See the bslx package-level documentation for more information on BDEX streaming of value-semantic types and containers.

static
int
maxSupportedBdexVersion();
» more...

Return the maximum valid BDEX format version, as indicated by the specified versionSelector, to be passed to the bdexStreamOut method. Note that the versionSelector is expected to be formatted as yyyymmdd, a date representation. See the bslx package-level documentation for more information on BDEX streaming of value-semantic types and containers.

static
int
maxSupportedBdexVersion(int versionSelector);
» more...