[#BloombergLP-bslx-VersionFunctions_NonFundamentalImpl-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/VersionFunctions_NonFundamentalImpl-0b.adoc[VersionFunctions_NonFundamentalImpl]<xref:bsl/vector-00d.adoc[bsl::vector<TYPE, ALLOC>]> :relfileprefix: ../../ :mrdocs: Partial specialization providing BDEX version queries for `bsl::vector`. == Synopsis Declared in `<bslx_versionfunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class ALLOC> struct xref:BloombergLP/bslx/VersionFunctions_NonFundamentalImpl-0b.adoc[VersionFunctions_NonFundamentalImpl]<xref:bsl/vector-00d.adoc[bsl::vector<TYPE, ALLOC>]>; ---- == Description This specialization returns the BDEX version of the vector's `value_type`, or 1 when that type has no BDEX version (enumerations, fundamental types, and `bsl::string`). == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslx/VersionFunctions_NonFundamentalImpl-07/maxSupportedBdexVersion-0a.adoc[`maxSupportedBdexVersion`] | Return the maximum valid BDEX format version for `bsl::vector`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#