Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ context
Method
context
include/boost/compute/context.hpp:53–56 ·
view source on GitHub ↗
Create a null context object.
Source
from the content-addressed store, hash-verified
51
public:
52
/// Create a null context object.
53
context()
54
: m_context(0)
55
{
56
}
57
58
/// Creates a new context for \p device with \p properties.
59
///
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