Class template Dune::XT::Common::ValidateInList¶
Inherits from Dune::XT::Common::ValidatorInterface.
-
template<class T>
class Dune::XT::Common::ValidateInList<T, ListImp> : public ValidatorInterface<T, ValidateInList<T, ListImp>>¶ validates arg iff in given list
Method Dune::XT::Common::ValidateInList::operator()¶
-
template<class T>
inline bool Dune::XT::Common::ValidateInList<T, ListImp>::operator()(const T &rhs) const¶ No documentation provided.
Method Dune::XT::Common::ValidateInList::msg¶
-
template<class T>
std::string Dune::XT::Common::ValidateInList<T, ListImp>::msg(const T &value) const¶ No documentation provided.
Constructor Dune::XT::Common::ValidateInList::ValidateInList<T, ListImp>¶
Field Dune::XT::Common::ValidateInList::valid_list_¶
Type alias Dune::XT::Common::ValidateInList::ThisType¶
-
type Dune::XT::Common::ValidateInList::ThisType¶
No documentation provided.
Type alias Dune::XT::Common::ValidateInList::BaseType¶
-
type Dune::XT::Common::ValidateInList::BaseType¶
No documentation provided.
Type alias Dune::XT::Common::ValidateInList::ListType¶
-
type Dune::XT::Common::ValidateInList::ListType¶
No documentation provided.