|
Tomographer
v2.0
Tomographer C++ Framework Documentation
|
Exception that is thrown upon failed eigen_assert.
More...
#include <tomographer2/tools/eigen_assert_exception.h>
Inheritance diagram for Tomographer::Tools::EigenAssertException:
Collaboration diagram for Tomographer::Tools::EigenAssertException:Public Member Functions | |
| EigenAssertException (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.