Release this representation object back to its pool.
Synopsis
Declared in <bdlcc_sharedobjectpool.h>
virtual
void
disposeRep() override;
Description
Release this representation object. This method is invoked when the number of weak references and the number of strong references reach zero. This virtual override will return the object, and this representation, to the associated pool.
Created with MrDocs