maxSupportedBdexVersion overloads
Synopses
Declared in <bslx_versionfunctions.h>
DEPRECATED: Use maxSupportedBdexVersion(const TYPE *, int) instead.
template<class TYPE>
int
maxSupportedBdexVersion(TYPE const* object);
Return the maximum valid BDEX format version for TYPE.
template<class TYPE>
int
maxSupportedBdexVersion(
TYPE const* object,
int versionSelector);
Return Value
the maximum valid BDEX format version for TYPE
Parameters
Name |
Description |
object |
unused; used only to deduce the (template parameter) |
versionSelector |
compile‐time version selector (e.g., YYYYMMDD) |
Created with MrDocs