Operators in Dune::XT::Common¶
-
bool Dune::XT::Common::operator!=(const Configuration &left, const Configuration &right)¶
returns true if the Configurations differ in any key/value pair
-
std::ostream &Dune::XT::Common::operator<<(std::ostream &out, const Configuration &config)¶
writes a Configuration to an output stream (via report)
-
std::ostream &Dune::XT::Common::operator<<(std::ostream &out, const Parameter &mu)¶
writes a Parameter (its keys and values) to an output stream
-
std::ostream &Dune::XT::Common::operator<<(std::ostream &out, const ParameterType ¶m_type)¶
writes a ParameterType (its keys and value sizes) to an output stream
-
template<class T, bool use_repr>
std::ostream &Dune::XT::Common::operator<<(std::ostream &out, const int &printer)¶ See also:
Printer
-
bool Dune::XT::Common::operator==(const Configuration &left, const Configuration &right)¶
returns true if both Configurations contain the same key/value pairs