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>

explicit
NullableAllocatedValue_PointerBitsPair(
    t_TYPE* ptr,
    unsigned int flags = 0);

Created with MrDocs