Class template Dune::XT::Common::ValidateGreater

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

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

validate arg iff lhs > rhs, obviously

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

const T Dune::XT::Common::ValidateGreater::lhs_

No documentation provided.