Constructors
Synopses
Declared in <bslma_deleteobjectproctor.h>
Move‐construct a proctor from original.
Create a proctor to manage an object allocated from the specified allocator.
DeleteObjectProctor(
ALLOCATOR const& allocator,
PtrType p);
Parameters
Name |
Description |
original |
proctor to move from |
allocator |
allocator (or pool) that allocated |
p |
object to manage, or null |
Created with MrDocs