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

Method error_code

include/boost/compute/exception/opencl_error.hpp:46–49  ·  view source on GitHub ↗

Returns the numeric error code.

Source from the content-addressed store, hash-verified

44
45 /// Returns the numeric error code.
46 cl_int error_code() const throw()
47 {
48 return m_error;
49 }
50
51 /// Returns a string description of the error.
52 std::string error_string() const throw()

Callers 2

BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64