Return the destination address for elements moved on destruction.
Synopsis
Declared in <bslalg_autoarraymovedestructor.h>
OBJECT_TYPE*
destination() const;
Description
Return the destination address, to which the second portion of the guarded range, delimited by [ middle(), end() )], will be moved upon destruction, or 0 if this guard has been released.
Return Value
destination address, or 0 if this guard has been released
Created with MrDocs