MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / error_code

Method error_code

include/hipSYCL/runtime/error.hpp:68–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66{
67public:
68 error_code(int code)
69 : _component{"<unspecified>"}, _has_error_code{true}, _code{code} {}
70
71 error_code() : _component{"<unspecified>"}, _has_error_code{false} {}
72

Callers 3

dumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected