Returns the context for the command queue.
| 220 | |
| 221 | /// Returns the context for the command queue. |
| 222 | context get_context() const |
| 223 | { |
| 224 | return context(get_info<cl_context>(CL_QUEUE_CONTEXT)); |
| 225 | } |
| 226 | |
| 227 | /// Returns information about the command queue. |
| 228 | /// |
no test coverage detected