BloombergLP::bslstl::SharedPtrArrayAllocateInplaceRep::disposeRep

Destroy this representation object and deallocate the associated memory. This method is automatically invoked by releaseRef and releaseWeakRef when the number of weak references and the number of shared references both reach zero and should not be explicitly invoked otherwise. The behavior is undefined unless disposeObject has already been called for this representation. Note that this method effectively serves as the representation object's destructor.

Synopsis

Declared in <bslstl_sharedptrallocateinplacerep.h>

virtual
void
disposeRep() override;