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