Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
public:
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_error
Class · 0.85
id
Method · 0.45
empty
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected