BloombergLP::bslstl::SharedPtrArrayAllocateInplaceRep::disposeObject

Destroy the in-place array managed by this representation.

Synopsis

Declared in <bslstl_sharedptrallocateinplacerep.h>

virtual
void
disposeObject() override;

Description

Destroy the object being referred to by this representation. This method is automatically invoked by releaseRef when the number of shared references reaches zero and should not be explicitly invoked otherwise.