|
state-observation 1.7.0
|
Additional checker that allows to check for the presence of NaN values in the item. More...
#include <state-observation/tools/definitions.hpp>
Public Types | |
| using | ExceptionT = std::runtime_error |
Static Public Member Functions | |
| template<typename T > | |
| static bool | check (const T &m) |
| template<typename T > | |
| static bool | checkAssert (const T &m) |
Static Public Attributes | |
| static constexpr char | errorMessage [] = "Matrix contains a NaN." |
Additional checker that allows to check for the presence of NaN values in the item.
| using stateObservation::CheckNaN::ExceptionT = std::runtime_error |
|
inlinestaticconstexpr |