Return the address of the currently managed memory block, if engaged; otherwise return a null pointer.
Synopsis
Declared in <bslma_deallocatebytesproctor.h>
DeallocateBytesProctor<ALLOCATOR>::PtrType
ptr() const;
Return Value
The address of the currently managed memory block, or null if disengaged.
Created with MrDocs