BloombergLP::bdlb::BigEndianUint32::maxSupportedBdexVersion

Return the maximum valid BDEX format version for bdexStreamOut.

Synopsis

Declared in <bdlb_bigendian.h>

static
int
maxSupportedBdexVersion(int versionSelector);

Description

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.

Return Value

maximum valid BDEX format version

Parameters

NameDescription
versionSelectordate-like selector (yyyymmdd) for the format