useCount#

Fully qualified name: omni::graph::exec::unstable::useCount

template<typename T>
inline uint32_t omni::graph::exec::unstable::useCount(
T *ptr,
) noexcept#

Helper utility to access the number of different instances referencing the given object.

It does it without modifying the referencing count.