MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / err

Method err

include/CL/opencl.hpp:787–787  ·  view source on GitHub ↗

! \brief Get error code associated with exception * * \return The error code. */

Source from the content-addressed store, hash-verified

785 * \return The error code.
786 */
787 cl_int err(void) const { return err_; }
788 };
789#define CL_HPP_ERR_STR_(x) #x
790#else

Callers 7

run_exampleFunction · 0.80
catchFunction · 0.80
catchMethod · 0.80
catchMethod · 0.80
ContextMethod · 0.80
catchFunction · 0.80
catchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected