maxSupportedBdexVersion overloads

Synopses

Declared in <bdlde_crc32.h>

Return the most current BDEX streaming version supported by this class.

static
int
maxSupportedBdexVersion();

Return the maximum valid BDEX format version for bdexStreamOut.

static
int
maxSupportedBdexVersion(int versionSelector);

Return Value

  • the most current bdex streaming version number supported by this class

  • the maximum valid BDEX format version for bdexStreamOut

Parameters

Name

Description

versionSelector

date‐like selector (YYYYMMDD) for the format

Created with MrDocs