Class template Dune::XT::Common::ValidateInterval

Inherits from Dune::XT::Common::ValidatorInterface.

template<class T>
class Dune::XT::Common::ValidateInterval<T> : public ValidatorInterface<T, ValidateInterval<T>>

validate arg iff rhs in [min,max]

Method Dune::XT::Common::ValidateInterval::operator()

template<class T>
inline bool Dune::XT::Common::ValidateInterval<T>::operator()(const T &rhs) const

No documentation provided.

Method Dune::XT::Common::ValidateInterval::msg

template<class T>
std::string Dune::XT::Common::ValidateInterval<T>::msg(const T &value) const

No documentation provided.

Constructor Dune::XT::Common::ValidateInterval::ValidateInterval<T>

template<>
template<class T>
Dune::XT::Common::ValidateInterval<T>::ValidateInterval<T>(const T &min, const T &max)

No documentation provided.

Field Dune::XT::Common::ValidateInterval::min_

const T Dune::XT::Common::ValidateInterval::min_

No documentation provided.

Field Dune::XT::Common::ValidateInterval::max_

const T Dune::XT::Common::ValidateInterval::max_

No documentation provided.