Create a memory block descriptor having the same value as the specified original descriptor.

Synopsis

Declared in <bdlma_memoryblockdescriptor.h>

MemoryBlockDescriptor(MemoryBlockDescriptor const& original);

Description

Two descriptors have the same value if and only if they have the same address and size.

Parameters

Name

Description

original

descriptor providing the value to copy

Created with MrDocs