Return the maximum valid BDEX format version, as indicated by the specified versionSelector, to be passed to the bdexStreamOut method while streaming an object of the (template parameter) type bsl::vector<TYPE, ALLOC>. Note that it is highly recommended that versionSelector be formatted as "YYYYMMDD", a date representation. Also note that versionSelector should be a compile-time-chosen value that selects a format version supported by both externalizer and unexternalizer. See the bslx package-level documentation for more information on BDEX streaming of value-semantic types and containers.
Declared in <bslx_versionfunctions.h>
template<
class TYPE,
class ALLOC>
struct VersionFunctions_NonFundamentalImpl<bsl::vector<TYPE, ALLOC>>;
| Name | Description |
|---|---|
maxSupportedBdexVersion | 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. |