Class template Dune::XT::Common::ValidateGreater¶
Inherits from Dune::XT::Common::ValidatorInterface.
-
template<class T>
class Dune::XT::Common::ValidateGreater<T> : public ValidatorInterface<T, ValidateGreater<T>>¶ validate arg iff lhs > rhs, obviously
Method Dune::XT::Common::ValidateGreater::operator()¶
-
template<class T>
inline bool Dune::XT::Common::ValidateGreater<T>::operator()(const T &rhs) const¶ No documentation provided.
Method Dune::XT::Common::ValidateGreater::msg¶
-
template<class T>
std::string Dune::XT::Common::ValidateGreater<T>::msg(const T &value) const¶ No documentation provided.
Constructor Dune::XT::Common::ValidateGreater::ValidateGreater<T>¶
Field Dune::XT::Common::ValidateGreater::lhs_¶
-
const T Dune::XT::Common::ValidateGreater::lhs_¶
No documentation provided.