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>

template<>
template<class T>
explicit Dune::XT::Common::ValidateInList<T, ListImp>::ValidateInList<T, ListImp>(ListType valid_list)

No documentation provided.

Field Dune::XT::Common::ValidateInList::valid_list_

ListType Dune::XT::Common::ValidateInList::valid_list_

No documentation provided.

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.