Is it possible to get the weak reference count to a shared_ptr? I know how I can get the shared_ptr use count using
std::shared_ptr::use_count
but I would like to know if there are any non-implementation specific ways to get the number of weak_count references?