[#BloombergLP-bdlb-NullableAllocatedValue_PointerBitsPair-2constructor-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullableAllocatedValue_PointerBitsPair.adoc[NullableAllocatedValue_PointerBitsPair]::NullableAllocatedValue_PointerBitsPair :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlb_nullableallocatedvalue_pointerbitspair.h>` Construct an object holding a null pointer value and all flags set to false. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/NullableAllocatedValue_PointerBitsPair/2constructor-0b.adoc[NullableAllocatedValue_PointerBitsPair](); ---- [.small]#xref:BloombergLP/bdlb/NullableAllocatedValue_PointerBitsPair/2constructor-0b.adoc[_» more..._]# Construct an object holding the specified `ptr` and optionally specified `flags`. The behavior is undefined unless `flags <= k_Mask`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlb/NullableAllocatedValue_PointerBitsPair/2constructor-0c.adoc[NullableAllocatedValue_PointerBitsPair]( t_TYPE* ptr, unsigned int flags = 0); ---- [.small]#xref:BloombergLP/bdlb/NullableAllocatedValue_PointerBitsPair/2constructor-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#