[#BloombergLP-bdlb-BigEndianUint64-maxSupportedBdexVersion-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/BigEndianUint64.adoc[BigEndianUint64]::maxSupportedBdexVersion :relfileprefix: ../../../ :mrdocs: `maxSupportedBdexVersion` overloads == Synopses Declared in `<bdlb_bigendian.h>` Return the most current BDEX streaming version number supported by this class. See the `bslx` package‐level documentation for more information on BDEX streaming of value‐semantic types and containers. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlb/BigEndianUint64/maxSupportedBdexVersion-0b.adoc[maxSupportedBdexVersion](); ---- [.small]#xref:BloombergLP/bdlb/BigEndianUint64/maxSupportedBdexVersion-0b.adoc[_» more..._]# Return the maximum valid BDEX format version, as indicated by the specified `versionSelector`, to be passed to the `bdexStreamOut` method. Note that the `versionSelector` is expected to be formatted as `yyyymmdd`, a date representation. See the `bslx` package‐level documentation for more information on BDEX streaming of value‐semantic types and containers. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlb/BigEndianUint64/maxSupportedBdexVersion-03.adoc[maxSupportedBdexVersion](int versionSelector); ---- [.small]#xref:BloombergLP/bdlb/BigEndianUint64/maxSupportedBdexVersion-03.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#