Additional checker that allows to check for the presence of NaN values in the item.
More...
#include <state-observation/tools/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.
◆ ExceptionT
◆ check()
template<typename T >
| static bool stateObservation::CheckNaN::check |
( |
const T & |
m | ) |
|
|
inlinestatic |
◆ checkAssert()
template<typename T >
| static bool stateObservation::CheckNaN::checkAssert |
( |
const T & |
m | ) |
|
|
inlinestatic |
◆ errorMessage
| constexpr char stateObservation::CheckNaN::errorMessage[] = "Matrix contains a NaN." |
|
inlinestaticconstexpr |
The documentation for this struct was generated from the following file: