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

Method device

include/boost/compute/device.hpp:55–58  ·  view source on GitHub ↗

Creates a null device object.

Source from the content-addressed store, hash-verified

53
54 /// Creates a null device object.
55 device()
56 : m_id(0)
57 {
58 }
59
60 /// Creates a new device object for \p id. If \p retain is \c true,
61 /// the reference count for the device will be incremented.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected