Construct an object holding the specified ptr and optionally specified flags. The behavior is undefined unless flags <= k_Mask.
Declared in <bdlb_nullableallocatedvalue_pointerbitspair.h>
explicit
NullableAllocatedValue_PointerBitsPair(
t_TYPE* ptr,
unsigned int flags = 0);
| Name | Description |
|---|---|
| ptr | pointer to store |
| flags | flag bits to store with the pointer |