stateObservation::EmptyChecker Struct Reference

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

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.

Member Typedef Documentation

◆ ExceptionT

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

Member Function Documentation

◆ check()

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

◆ checkAssert()

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

Member Data Documentation

◆ errorMessage

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

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