Constructors

Synopses

Declared in <bdlb_nullableallocatedvalue_pointerbitspair.h>

Construct an object holding a null pointer value and all flags set to false.

Construct an object holding the specified ptr and optionally specified flags. The behavior is undefined unless flags <= k_Mask.

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

Created with MrDocs