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);

Parameters

Name

Description

ptr

pointer to store

flags

flag bits to store with the pointer

Created with MrDocs