omni::graph::exec::unstable::useCount

Defined in omni/graph/exec/unstable/IBase.h

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.