BloombergLP::bdlma::MemoryBlockDescriptor::MemoryBlockDescriptor

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

NameDescription
originaldescriptor providing the value to copy