state-observation 1.7.0
General implementation of observers.
Loading...
Searching...
No Matches
stateObservation::EmptyChecker Struct Reference

This structure is used as an additionalChecker for a CheckedItem that doesn't require additional tests. More...

#include <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 [] = ""

Detailed Description

This structure is used as an additionalChecker for a CheckedItem that doesn't require additional tests.

This structure's check operations are always true.

Definition at line 346 of file definitions.hpp.

Member Typedef Documentation

◆ ExceptionT

using stateObservation::EmptyChecker::ExceptionT = std::runtime_error

Definition at line 359 of file definitions.hpp.

Member Function Documentation

◆ check()

template<typename T>
bool stateObservation::EmptyChecker::check ( const T & )
inlinestatic

Definition at line 349 of file definitions.hpp.

◆ checkAssert()

template<typename T>
bool stateObservation::EmptyChecker::checkAssert ( const T & )
inlinestatic

Definition at line 354 of file definitions.hpp.

Member Data Documentation

◆ errorMessage

char stateObservation::EmptyChecker::errorMessage[] = ""
inlinestaticconstexpr

Definition at line 358 of file definitions.hpp.


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