Return the maximum valid BDEX format version for this type.

Synopses

Declared in <bdlt_dayofweek.h>

Return the maximum valid BDEX format version for this type.

int
maxSupportedBdexVersion(
    DayOfWeek::Enum const* ignored,
    int versionSelector);

Return the maximum valid BDEX format version for this type.

int
maxSupportedBdexVersion(
    MonthOfYear::Enum const* ignored,
    int versionSelector);

Return Value

  • the maximum valid BDEX format version

  • maximum supported BDEX format version

Parameters

Name

Description

ignored

unused; selects this overload by type

versionSelector

BDEX version selector (typically "YYYYMMDD")

Created with MrDocs