Return the maximum valid BDEX format version for TYPE.

Synopsis

Declared in <bslx_versionfunctions.h>

static
int
maxSupportedBdexVersion();

Description

Return the maximum valid BDEX format version to be passed to the bdexStreamOut method while streaming an object of the (template parameter) type TYPE. See the bslx package‐level documentation for more information on BDEX streaming of value‐semantic types and containers.

Return Value

the maximum valid BDEX format version for TYPE

Created with MrDocs