BloombergLP::bslma::DeallocateBytesProctor::DeallocateBytesProctor

Move-construct a proctor from original.

Synopsis

Declared in <bslma_deallocatebytesproctor.h>

DeallocateBytesProctor(bslmf::MovableRef<DeallocateBytesProctor> original);

Description

This move constructor creates a proctor managing the same block as original. After the move, original is disengaged.

Parameters

NameDescription
originalproctor to move from