Tomographer  v1.0a
Tomographer C++ Framework Documentation
Tomographer::Tools::eigen_assert_exception Class Reference

Exception that is thrown upon failed eigen_assert. More...

#include <tomographer/tools/eigen_assert_exception.h>

+ Inheritance diagram for Tomographer::Tools::eigen_assert_exception:
+ Collaboration diagram for Tomographer::Tools::eigen_assert_exception:

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
what (T...args)
 
~exception (T...args)
 
operator= (T...args)
 
exception (T...args)
 

Detailed Description

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.


The documentation for this class was generated from the following file: