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;

Created with MrDocs