Tomographer
v5.4
Tomographer C++ Framework Documentation
|
Exception that is thrown upon failed eigen_assert
.
More...
#include <tomographer/tools/eigen_assert_exception.h>
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.
noexcept
. This causes warnings under g++6, and the code will call terminate() at runtime if the assertion fails. Definition at line 61 of file eigen_assert_exception.h.