[#BloombergLP-bslx-VersionFunctions-maxSupportedBdexVersion-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/VersionFunctions.adoc[VersionFunctions]::maxSupportedBdexVersion :relfileprefix: ../../../ :mrdocs: *DEPRECATED*: Use `maxSupportedBdexVersion(const TYPE *, int)` instead. == Synopsis Declared in `<bslx_versionfunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int maxSupportedBdexVersion(TYPE const*); ---- == Description Return the maximum valid BDEX format version to be passed to the `bdexStreamOut` method while streaming an object of the (template parameter) type `TYPE`. Note that this function ignores any `const` and `volatile` qualifiers on the `TYPE`. See the `bslx` package‐level documentation for more information on BDEX streaming of value‐semantic types and containers. [.small]#Created with https://www.mrdocs.com[MrDocs]#