[#BloombergLP-bslx-VersionFunctions-maxSupportedBdexVersion-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/VersionFunctions.adoc[VersionFunctions]::maxSupportedBdexVersion :relfileprefix: ../../../ :mrdocs: `maxSupportedBdexVersion` overloads == Synopses Declared in `<bslx_versionfunctions.h>` *DEPRECATED*: Use `maxSupportedBdexVersion(const TYPE *, int)` instead. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/bslx/VersionFunctions/maxSupportedBdexVersion-08.adoc[maxSupportedBdexVersion](TYPE const* object); ---- [.small]#xref:BloombergLP/bslx/VersionFunctions/maxSupportedBdexVersion-08.adoc[_» more..._]# Return the maximum valid BDEX format version for `TYPE`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/bslx/VersionFunctions/maxSupportedBdexVersion-09.adoc[maxSupportedBdexVersion]( TYPE const* object, int versionSelector); ---- [.small]#xref:BloombergLP/bslx/VersionFunctions/maxSupportedBdexVersion-09.adoc[_» more..._]# == Return Value the maximum valid BDEX format version for `TYPE` == Parameters [cols="1,4"] |=== | Name| Description | *object* | unused; used only to deduce the (template parameter) `TYPE` | *versionSelector* | compile‐time version selector (e.g., YYYYMMDD) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#