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