MCPcopy Create free account
hub / github.com/boostorg/compute / memory_object

Method memory_object

include/boost/compute/memory_object.hpp:171–174  ·  view source on GitHub ↗

\internal_

Source from the content-addressed store, hash-verified

169protected:
170 /// \internal_
171 memory_object()
172 : m_mem(0)
173 {
174 }
175
176 /// \internal_
177 explicit memory_object(cl_mem mem, bool retain = true)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected