[#BloombergLP-bdlar-NullableValueRef-2constructor-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/NullableValueRef.adoc[NullableValueRef]::NullableValueRef :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlar_nullablevalueref.h>` Create `NullableValueRef` object. The behaviour is undefined unless `objectAddress` and `vtable` point to the valid objects. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlar/NullableValueRef/2constructor-01.adoc[NullableValueRef]( void* objectAddress, xref:BloombergLP/bdlar/NullableValueVtable.adoc[NullableValueVtable] const* vtable); ---- [.small]#xref:BloombergLP/bdlar/NullableValueRef/2constructor-01.adoc[_» more..._]# Create `NullableValueRef` object that type erases the supplied `nullable` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_NULLABLE> explicit xref:BloombergLP/bdlar/NullableValueRef/2constructor-04.adoc[NullableValueRef]( t_NULLABLE& nullable, void* = 0) requires IsNullable<t_NULLABLE>::value; ---- [.small]#xref:BloombergLP/bdlar/NullableValueRef/2constructor-04.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#