Make NullableValueConstRef to the specified "nullable value" object.
Synopsis
Declared in <bdlar_refutil.h>
template<class t_TYPE>
static
NullableValueConstRef
wrap(t_TYPE const& object)
requires IsNullable<t_TYPE>::value;
Created with MrDocs