Class template Dune::XT::Common::Printer¶
Inherits from Dune::XT::Common::internal::DefaultPrinter.
-
template<bool use_repr, typename anything>
class Dune::XT::Common::Printer<ParameterType, use_repr, anything> : public internal::DefaultPrinter<ParameterType, use_repr>¶ No documentation provided.
Method Dune::XT::Common::Printer::repr¶
-
template<bool use_repr, typename anything>
void Dune::XT::Common::Printer<ParameterType, use_repr, anything>::repr(std::ostream &out) const override¶ No documentation provided.
Method Dune::XT::Common::Printer::str¶
-
template<bool use_repr, typename anything>
void Dune::XT::Common::Printer<ParameterType, use_repr, anything>::str(std::ostream &out) const override¶ No documentation provided.
Constructor Dune::XT::Common::Printer::Printer<ParameterType, use_repr, anything>¶
-
template<>
template<bool use_repr, typename anything>
explicit Dune::XT::Common::Printer<ParameterType, use_repr, anything>::Printer<ParameterType, use_repr, anything>(const ParameterType &val, const Configuration ¶m = {})¶ No documentation provided.