Make ChoiceRef to the specified "choice" object.
Declared in <bdlar_refutil.h>
template<class t_TYPE>
static
ChoiceRef
wrap(t_TYPE& object)
requires IsChoice<t_TYPE>::value;
a ChoiceRef for object
| Name | Description |
|---|---|
| object | choice object to wrap |