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
Name |
Description |
Return the maximum valid BDEX format version for |
Created with MrDocs