Partial specialization providing BDEX version queries for bsl::vector.
Declared in <bslx_versionfunctions.h>
template<
class TYPE,
class ALLOC>
struct VersionFunctions_NonFundamentalImpl<bsl::vector<TYPE, ALLOC>>;
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).
| Name | Description |
|---|---|
maxSupportedBdexVersion | Return the maximum valid BDEX format version for bsl::vector. |