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