Return the number of objects currently managed by this pool.
Declared in <bdlcc_objectpool.h>
int
numObjects() const;
Return the (instantaneous) number of objects managed by this pool. This includes both the objects available in the pool and the objects that were allocated from the pool and not yet released.
the number of objects currently managed by this pool