maxSupportedBdexVersion overloads
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...
the maximum valid BDEX format version for TYPE
| Name | Description |
|---|---|
| object | unused; used only to deduce the (template parameter) TYPE |
| versionSelector | compile-time version selector (e.g., YYYYMMDD) |