! \brief Get error code associated with exception * * \return The error code. */
| 316 | * \return The error code. |
| 317 | */ |
| 318 | cl_int err(void) const { return err_; } |
| 319 | }; |
| 320 | |
| 321 | #define __ERR_STR(x) #x |
nothing calls this directly
no outgoing calls
no test coverage detected