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

Name

Description

original

proctor to move from

Created with MrDocs