Create an EnumConstRef object that type erases the supplied enumeration object.
EnumConstRef
enumeration
Declared in <bdlar_enumref.h>
<bdlar_enumref.h>
template<class t_ENUM> explicit EnumConstRef( t_ENUM const& enumeration, void* = 0) requires IsEnum<t_ENUM>::value;