Return the maximum BDEX version for versionSelector.
Synopsis
Declared in <bdlt_datetimetz.h>
static
int
maxSupportedBdexVersion(int versionSelector);
Description
Return the maximum valid BDEX format version for the given selector.
Return the maximum valid BDEX format version, as indicated by the specified versionSelector, to be passed to the bdexStreamOut method. Note that it is highly recommended that versionSelector be formatted as "YYYYMMDD", a date representation. Also note that versionSelector should be a compile‐time‐chosen value that selects a format version supported by both externalizer and unexternalizer. See the bslx package‐level documentation for more information on BDEX streaming of value‐semantic types and containers.
Return Value
maximum supported BDEX format version
Parameters
Name |
Description |
versionSelector |
selector typically formatted as YYYYMMDD |
Created with MrDocs