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

Method get_info

include/boost/compute/program.hpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 /// \see_opencl_ref{clGetProgramInfo}
204 template<class T>
205 T get_info(cl_program_info info) const
206 {
207 return detail::get_object_info<T>(clGetProgramInfo, m_program, info);
208 }
209
210 /// \overload
211 template<int Enum>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected