| 229 | /// \see_opencl_ref{clGetCommandQueueInfo} |
| 230 | template<class T> |
| 231 | T get_info(cl_command_queue_info info) const |
| 232 | { |
| 233 | return detail::get_object_info<T>(clGetCommandQueueInfo, m_queue, info); |
| 234 | } |
| 235 | |
| 236 | /// \overload |
| 237 | template<int Enum> |
nothing calls this directly
no outgoing calls
no test coverage detected