[#BloombergLP-bslx-VersionFunctions_NonFundamentalImpl-07-maxSupportedBdexVersion-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/VersionFunctions_NonFundamentalImpl-07.adoc[VersionFunctions_NonFundamentalImpl<bsl::vector<TYPE, ALLOC>>]::maxSupportedBdexVersion :relfileprefix: ../../../ :mrdocs: Return the maximum valid BDEX format version to be passed to the `bdexStreamOut` method while streaming an object of the (template parameter) type `bsl::vector<TYPE, ALLOC>`. See the `bslx` package‐level documentation for more information on BDEX streaming of value‐semantic types and containers. == Synopses Declared in `<bslx_versionfunctions.h>` Return the maximum valid BDEX format version to be passed to the `bdexStreamOut` method while streaming an object of the (template parameter) type `bsl::vector<TYPE, ALLOC>`. See the `bslx` package‐level documentation for more information on BDEX streaming of value‐semantic types and containers. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bslx/VersionFunctions_NonFundamentalImpl-07/maxSupportedBdexVersion-05.adoc[maxSupportedBdexVersion](); ---- [.small]#xref:BloombergLP/bslx/VersionFunctions_NonFundamentalImpl-07/maxSupportedBdexVersion-05.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bslx/VersionFunctions_NonFundamentalImpl-07/maxSupportedBdexVersion-02.adoc[maxSupportedBdexVersion](int versionSelector); ---- [.small]#xref:BloombergLP/bslx/VersionFunctions_NonFundamentalImpl-07/maxSupportedBdexVersion-02.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#