Tomographer
v1.0a
Tomographer C++ Framework Documentation
|
Exception that is thrown upon failed eigen_assert
.
More...
#include <tomographer/tools/eigen_assert_exception.h>
Public Member Functions | |
eigen_assert_exception (const std::string &msg, const std::string &file, const std::size_t line) | |
virtual const char * | what () const noexcept |
Public Member Functions inherited from std::exception | |
T | what (T...args) |
T | ~exception (T...args) |
T | operator= (T...args) |
T | exception (T...args) |
Exception that is thrown upon failed eigen_assert
.
This is useful, e.g. for the test suites.
Definition at line 54 of file eigen_assert_exception.h.