NumCpp
2.12.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
Functions | |
template<typename ErrorType > | |
void | throwError (const std::string &file, const std::string &function, uint32 line, const std::string &msg="") |
void nc::error::throwError | ( | const std::string & | file, |
const std::string & | function, | ||
uint32 | line, | ||
const std::string & | msg = "" |
||
) |
Makes the full error message string
file | the file |
function | the function |
line | the line of the file |
msg | the message to throw (default "") |