MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / useCount

Method useCount

src/backend/cpu/Array.hpp:270–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 }
269
270 int useCount() const { return static_cast<int>(data.use_count()); }
271
272 operator Param<T>() {
273 return Param<T>(this->get(), this->dims(), this->strides());

Callers 2

getUseCountFunction · 0.45
handle.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected