Create an EnumRef object that type erases the supplied enumeration object.
Declared in <bdlar_enumref.h>
template<class t_ENUM>
explicit
EnumRef(t_ENUM& enumeration)
requires IsEnum<t_ENUM>::value;
| Name | Description |
|---|---|
| enumeration | enumeration object to wrap |