Operators in Dune::XT::Common

Function Dune::XT::Common::operator!=

bool Dune::XT::Common::operator!=(const Configuration &left, const Configuration &right)

returns true if the Configurations differ in any key/value pair

Function Dune::XT::Common::operator<<

std::ostream &Dune::XT::Common::operator<<(std::ostream &out, const Configuration &config)

writes a Configuration to an output stream (via report)

Function Dune::XT::Common::operator<<

std::ostream &Dune::XT::Common::operator<<(std::ostream &out, const Parameter &mu)

writes a Parameter (its keys and values) to an output stream

Function Dune::XT::Common::operator<<

std::ostream &Dune::XT::Common::operator<<(std::ostream &out, const ParameterType &param_type)

writes a ParameterType (its keys and value sizes) to an output stream

Function template Dune::XT::Common::operator<<

template<class T, bool use_repr>
std::ostream &Dune::XT::Common::operator<<(std::ostream &out, const int &printer)

See also: Printer

Function Dune::XT::Common::operator==

bool Dune::XT::Common::operator==(const Configuration &left, const Configuration &right)

returns true if both Configurations contain the same key/value pairs