Class template Dune::XT::Common::ValidateLess

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

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

validate arg iff lhs < rhs

inline bool Dune::XT::Common::ValidateLess::operator()(const T &rhs) const

No documentation provided.

std::string Dune::XT::Common::ValidateLess::msg(const T &value) const

No documentation provided.

template<>
Dune::XT::Common::ValidateLess::ValidateLess<T>(const T &lhs)

No documentation provided.

const T Dune::XT::Common::ValidateLess::lhs_

No documentation provided.