Load into the specified result the integer representation of the enumerator value held by the specified value.
Synopsis
Declared in <bdlat_enumfunctions.h>
template<class TYPE>
void
toInt(
int* result,
TYPE const& value);
Parameters
Name |
Description |
result |
integer to receive the enumerator encoding |
value |
enumeration value to convert |
Created with MrDocs