[#BloombergLP-bdlar-NullableValueConstRef-2constructor-046] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/NullableValueConstRef.adoc[NullableValueConstRef]::NullableValueConstRef :relfileprefix: ../../../ :mrdocs: Create a const reference that type‐erases `nullable`. == Synopsis Declared in `<bdlar_nullablevalueref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_NULLABLE> explicit NullableValueConstRef(t_NULLABLE const& nullable) requires IsNullable<t_NULLABLE>::value; ---- == Description Create `NullableValueConstRef` object that type erases the supplied `nullable` object. == Parameters [cols="1,4"] |=== | Name| Description | *nullable* | nullable value object to wrap |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#