[#BloombergLP-bdlat_EnumFunctions-toInt] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_EnumFunctions.adoc[bdlat_EnumFunctions]::toInt :relfileprefix: ../../ :mrdocs: Load into the specified `result` the integer representation of the enumerator value held by the specified `value`. == Synopsis Declared in `<bdlat_enumfunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> void toInt( int* result, TYPE const& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#