Return the BDEX version for the given serializationVersion.

Synopsis

Declared in <bdlc_packedintarray.h>

static
int
maxSupportedBdexVersion(int serializationVersion);

Description

Return the version to be used with the bdexStreamOut method corresponding to the specified serializationVersion. See the bslx package‐level documentation for more information on BDEX streaming of value‐semantic types and containers.

Return Value

BDEX version corresponding to serializationVersion

Parameters

Name

Description

serializationVersion

serialization version selector

Created with MrDocs