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

Method context

include/boost/compute/context.hpp:52–55  ·  view source on GitHub ↗

Create a null context object.

Source from the content-addressed store, hash-verified

50public:
51 /// Create a null context object.
52 context()
53 : m_context(0)
54 {
55 }
56
57 /// Creates a new context for \p device with \p properties.
58 ///

Callers

nothing calls this directly

Calls 4

opencl_errorClass · 0.85
idMethod · 0.45
emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected