MCPcopy Create free account
hub / github.com/arrayfire/forge / what

Function what

include/fg/exception.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 virtual ~Error() throw();
47
48 virtual const char * what() const throw() { return mMessage; }
49
50 friend inline std::ostream& operator<<(std::ostream &s, const Error &e)
51 { return s << e.what(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected