BloombergLP::bslx::VersionFunctions::maxSupportedBdexVersion

maxSupportedBdexVersion overloads

Synopses

Declared in <bslx_versionfunctions.h>

DEPRECATED: Use maxSupportedBdexVersion(const TYPE *, int) instead.

template<class TYPE>
int
maxSupportedBdexVersion(TYPE const* object);
» more...

Return the maximum valid BDEX format version for TYPE.

template<class TYPE>
int
maxSupportedBdexVersion(
    TYPE const* object,
    int versionSelector);
» more...

Return Value

the maximum valid BDEX format version for TYPE

Parameters

NameDescription
objectunused; used only to deduce the (template parameter) TYPE
versionSelectorcompile-time version selector (e.g., YYYYMMDD)