Get the reference counter value of the object, all other shared objects use the same reference counter. The reference counter counts how many valid objects share the same valid device.
Notice the word "valid", for example:
Seven valid dcpp::shared_device objects share an underlying device object, which is invalid (destroyed), then the reference counter value is zero, not seven.
Calling Sig:
dcpp::int32_kt shared_device.use_count();