\brief Default constructor - initializes to NULL.
| 2026 | public: |
| 2027 | //! \brief Default constructor - initializes to NULL. |
| 2028 | Device() : detail::Wrapper<cl_type>() { } |
| 2029 | |
| 2030 | /*! \brief Constructor from cl_device_id. |
| 2031 | * |
nothing calls this directly
no outgoing calls
no test coverage detected