[#BloombergLP-bdlar-bdlat_enumToInt-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::bdlat_enumToInt :relfileprefix: ../../ :mrdocs: 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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlar/bdlat_enumToInt-0e0.adoc[bdlat_enumToInt]( int* result, xref:BloombergLP/bdlar/EnumConstRef.adoc[EnumConstRef] const& value); ---- [.small]#xref:BloombergLP/bdlar/bdlat_enumToInt-0e0.adoc[_» more..._]# Load into the specified `result` the integer representation of the specified `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlar/bdlat_enumToInt-0eb.adoc[bdlat_enumToInt]( int* result, xref:BloombergLP/bdlar/EnumRef.adoc[EnumRef] const& value); ---- [.small]#xref:BloombergLP/bdlar/bdlat_enumToInt-0eb.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *result* | integer to receive the enumerator value | *value* | const enumeration reference to convert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#