reference count number for QSharedPointer

1.1k Views Asked by At

The way std::shared_ptr has a use_count function which returns the number of shared_ptr objects referring to the same managed object; in the same way how can we get the reference count for a QSharedPointer. I did not find any API for this.. How can this be achieved?

0

There are 0 best solutions below