Create NullableValueConstRef object that type erases the supplied nullable object.
Synopsis
Declared in <bdlar_nullablevalueref.h>
template<class t_NULLABLE>
explicit
NullableValueConstRef(
t_NULLABLE const& nullable,
void* = 0)
requires IsNullable<t_NULLABLE>::value;
Created with MrDocs