Make EnumRef to the specified "enumeration" object.

Synopsis

Declared in <bdlar_refutil.h>

template<class t_TYPE>
static
EnumRef
wrap(t_TYPE& object)
requires IsEnum<t_TYPE>::value;

Created with MrDocs