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

Method get

src/backend/common/HandleBase.hpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22 operator H() { return handle_; }
23 H* get() { return &handle_; }
24
25 HandleBase(HandleBase const&) = delete;
26 void operator=(HandleBase const&) = delete;

Callers 10

moddimOpFunction · 0.45
getLoggerMethod · 0.45
calcStridesFunction · 0.45
getLoggerMethod · 0.45
getLoggerMethod · 0.45
createNaryNodeFunction · 0.45
formatMethod · 0.45
removeEmptyDimensionsFunction · 0.45
getHashMethod · 0.45
copy_children_to_endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected