[#BloombergLP-bdlc-Queue-maxSupportedBdexVersion-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/Queue.adoc[Queue]::maxSupportedBdexVersion :relfileprefix: ../../../ :mrdocs: `maxSupportedBdexVersion` overloads == Synopses Declared in `<bdlc_queue.h>` Return the most current BDEX streaming version supported by this class. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlc/Queue/maxSupportedBdexVersion-06.adoc[maxSupportedBdexVersion](); ---- [.small]#xref:BloombergLP/bdlc/Queue/maxSupportedBdexVersion-06.adoc[_» more..._]# Return the maximum valid BDEX format version for the given selector. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlc/Queue/maxSupportedBdexVersion-0a.adoc[maxSupportedBdexVersion](int versionSelector); ---- [.small]#xref:BloombergLP/bdlc/Queue/maxSupportedBdexVersion-0a.adoc[_» more..._]# == Return Value * most current BDEX streaming version supported by this class * maximum valid BDEX format version for `versionSelector` == Parameters [cols="1,4"] |=== | Name| Description | *versionSelector* | date‐like selector for the BDEX format version |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#