Class template Dune::XT::Common::internal::VectorPrinter

Inherits from Dune::XT::Common::internal::DefaultPrinter.

template<class T, bool use_repr>
class Dune::XT::Common::internal::VectorPrinter : public internal::DefaultPrinter<T, use_repr>

Note

Should be used to derive from when specializing Printer for vectors.

See also: Printer, DefaultPrinter

void Dune::XT::Common::internal::VectorPrinter::repr(std::ostream &out) const override

No documentation provided.

void Dune::XT::Common::internal::VectorPrinter::str(std::ostream &out) const override

No documentation provided.

template<>
Dune::XT::Common::internal::VectorPrinter::VectorPrinter<T, use_repr>(const T &val, const Configuration &cfg = {}, std::string clss_nm = Typename<T>::value())

No documentation provided.

const std::string Dune::XT::Common::internal::VectorPrinter::class_name

No documentation provided.