BloombergLP::bdlar::bdlat_enumToInt

Load into the specified result the integer representation of the specified value.

Synopses

Declared in <bdlar_enumref.h>

Load into the specified result the integer representation of the specified value.

void
bdlat_enumToInt(
    int* result,
    EnumConstRef const& value);
» more...

Load into the specified result the integer representation of the specified value.

void
bdlat_enumToInt(
    int* result,
    EnumRef const& value);
» more...