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

Method get_info

include/boost/compute/command_queue.hpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected