BloombergLP::bslx::VersionFunctions_NonFundamentalImpl<bsl::vector<TYPE, ALLOC>>

Partial specialization providing BDEX version queries for bsl::vector.

Synopsis

Declared in <bslx_versionfunctions.h>

template<
    class TYPE,
    class ALLOC>
struct VersionFunctions_NonFundamentalImpl<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

NameDescription
maxSupportedBdexVersion Return the maximum valid BDEX format version for bsl::vector.