Additional checker that allows to check for the presence of NaN values in the item.
More...
#include <definitions.hpp>
|
| template<typename T> |
| static bool | check (const T &m) |
| template<typename T> |
| static bool | checkAssert (const T &m) |
|
| static constexpr char | errorMessage [] = "Matrix contains a NaN." |
Additional checker that allows to check for the presence of NaN values in the item.
Definition at line 436 of file definitions.hpp.
◆ ExceptionT
| using stateObservation::CheckNaN::ExceptionT = std::runtime_error |
◆ check()
template<typename T>
| bool stateObservation::CheckNaN::check |
( |
const T & | m | ) |
|
|
inlinestatic |
◆ checkAssert()
template<typename T>
| bool stateObservation::CheckNaN::checkAssert |
( |
const T & | m | ) |
|
|
inlinestatic |
◆ errorMessage
| char stateObservation::CheckNaN::errorMessage[] = "Matrix contains a NaN." |
|
inlinestaticconstexpr |
The documentation for this struct was generated from the following file: