BloombergLP::bdlar::NullableValueRef::NullableValueRef

Create NullableValueRef object that type erases the supplied nullable object.

Synopsis

Declared in <bdlar_nullablevalueref.h>

template<class t_NULLABLE>
explicit
NullableValueRef(t_NULLABLE& nullable)
requires IsNullable<t_NULLABLE>::value;

Parameters

NameDescription
nullablenullable value object to wrap