BloombergLP::bdlar::EnumRef::EnumRef

Create an EnumRef object that type erases the supplied enumeration object.

Synopsis

Declared in <bdlar_enumref.h>

template<class t_ENUM>
explicit
EnumRef(
    t_ENUM& enumeration,
    void* = 0)
requires IsEnum<t_ENUM>::value;