Struct Dune::XT::Common::FieldVectorLess

struct Dune::XT::Common::FieldVectorLess

struct to be used as comparison function e.g. in a std::map <FieldVector < …>, …, FieldVectorLess>

template<class FieldType, int dimDomain>
bool Dune::XT::Common::FieldVectorLess::operator()(const Dune::FieldVector<FieldType, dimDomain> &a, const Dune::FieldVector<FieldType, dimDomain> &b) const

No documentation provided.