Default customization‐point implementation of toInt.

Synopsis

Declared in <bdlat_enumfunctions.h>

template<class TYPE>
void
bdlat_enumToInt(
    int* result,
    TYPE const& value);

Parameters

Name

Description

result

integer to receive the enumerator encoding

value

enumeration value to convert

Created with MrDocs