Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ AFAPI
Class
AFAPI
include/af/exception.h:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
/// An ArrayFire exception class
20
/// \ingroup arrayfire_class
21
class AFAPI exception : public std::exception
22
{
23
private:
24
char m_msg[1024];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected