Returns the context for the command queue.
| 236 | |
| 237 | /// Returns the context for the command queue. |
| 238 | context get_context() const |
| 239 | { |
| 240 | return context(get_info<cl_context>(CL_QUEUE_CONTEXT)); |
| 241 | } |
| 242 | |
| 243 | /// Returns information about the command queue. |
| 244 | /// |
no test coverage detected