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

Method get

src/backend/cpu/Param.hpp:89–89  ·  view source on GitHub ↗

returns the pointer to the object

Source from the content-addressed store, hash-verified

87
88 /// returns the pointer to the object
89 T *get() noexcept { return m_ptr; }
90
91 /// Param to CParam implicit conversion operator
92 constexpr operator CParam<T>() const noexcept {

Callers 1

toParamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected