Make SimpleTypeRef to the specified "simple" object.
Synopsis
Declared in <bdlar_refutil.h>
template<class t_TYPE>
static
SimpleTypeRef
wrap(t_TYPE& object)
requires IsSimple<t_TYPE>::value;
Return Value
a SimpleTypeRef for object
Parameters
Name |
Description |
object |
simple‐type object to wrap |
Created with MrDocs