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