|
state-observation 1.7.0
|
This structure is used as an additionalChecker for a CheckedItem that doesn't require additional tests. 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 &) |
| template<typename T > | |
| static bool | checkAssert (const T &) |
Static Public Attributes | |
| static constexpr char | errorMessage [] = "" |
This structure is used as an additionalChecker for a CheckedItem that doesn't require additional tests.
This structure's check operations are always true.
| using stateObservation::EmptyChecker::ExceptionT = std::runtime_error |