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);

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

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

Created with MrDocs