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);
Parameters
Name |
Description |
result |
integer to receive the enumerator value |
value |
const enumeration reference to convert |
Created with MrDocs