Class Dune::XT::Common::Parameter

class Dune::XT::Common::Parameter

A named collection of (vector-valued) parameter values, e.g. mapping “t” or “mu” to their current values.

Parameter &Dune::XT::Common::Parameter::operator=(const Parameter &other) = default

No documentation provided.

Parameter &Dune::XT::Common::Parameter::operator=(Parameter &&source) = default

No documentation provided.

Parameter Dune::XT::Common::Parameter::operator+(const Parameter &other) const

No documentation provided.

bool Dune::XT::Common::Parameter::operator<(const Parameter &other) const

No documentation provided.

ParameterType Dune::XT::Common::Parameter::type() const

No documentation provided.

std::string Dune::XT::Common::Parameter::report() const

No documentation provided.

Dune::XT::Common::Parameter::Parameter(const Parameter &other) = default

No documentation provided.

Dune::XT::Common::Parameter::Parameter(Parameter &&source) = default

No documentation provided.

Dune::XT::Common::Parameter::Parameter(int &&source)

No documentation provided.

Dune::XT::Common::Parameter::Parameter(const int &key_value_pairs = {})

No documentation provided.

Dune::XT::Common::Parameter::Parameter(const double &value)

Same as Parameter({“unspecified”, value});

Dune::XT::Common::Parameter::Parameter(const std::string &key, const double &value)

No documentation provided.

Dune::XT::Common::Parameter::Parameter(const std::string &key, const int &value)

No documentation provided.

Dune::XT::Common::Parameter::~Parameter() = default

Note

this is somehow necessary to make clang 3.8 happy (and cannot be defaulted)