Return true if this memory block descriptor describes a null memory block and false otherwise. A null memory block has an address and size of 0.
Synopsis
Declared in <bdlma_memoryblockdescriptor.h>
bool
isNull() const;
Return Value
true if this descriptor describes a null memory block, and false otherwise
Created with MrDocs