Collection of utilities for dumping data on screen. More...
Namespaces | |
raw | |
Classes | |
class | DumperBase |
Base class for data dumpers. More... | |
Functions | |
template<typename Dumper > | |
auto | withIndentation (Dumper &&dumper, std::string const &indent, std::string const &firstIndent) |
Changes the indentation settings of a dumper class and returns it back. More... | |
template<typename Dumper > | |
auto | withIndentation (Dumper &&dumper, std::string const &indent) |
Changes the indentation settings of a dumper class and returns it back. More... | |
Collection of utilities for dumping data on screen.
auto dump::withIndentation | ( | Dumper && | dumper, |
std::string const & | indent, | ||
std::string const & | firstIndent | ||
) |
Changes the indentation settings of a dumper class and returns it back.
Definition at line 233 of file DumperBase.h.
auto dump::withIndentation | ( | Dumper && | dumper, |
std::string const & | indent | ||
) |
Changes the indentation settings of a dumper class and returns it back.
Definition at line 239 of file DumperBase.h.