Create a memory block descriptor having the same value as the specified original descriptor.
Declared in <bdlma_memoryblockdescriptor.h>
MemoryBlockDescriptor(MemoryBlockDescriptor const& original);
Two descriptors have the same value if and only if they have the same address and size.
| Name | Description |
|---|---|
| original | descriptor providing the value to copy |