MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / getArgIndex

Method getArgIndex

src/backend/common/err_common.cpp:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76const string &TypeError::getTypeName() const noexcept { return errTypeName; }
77
78int TypeError::getArgIndex() const noexcept { return argIndex; }
79
80ArgumentError::ArgumentError(const char *const func, const char *const file,
81 const int line, const int index,

Callers 1

processExceptionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected