#include <prettyprint.hpp>
Classes | |
| struct | printer |
| struct | printer< std::pair< T1, T2 > > |
| struct | printer< std::tuple< Args... > > |
Public Types | |
| using | delimiters_type = TDelimiters |
| using | ostream_type = std::basic_ostream< TChar, TCharTraits > |
Public Member Functions | |
| print_container_helper (const T &container) | |
| void | operator() (ostream_type &stream) const |
Definition at line 110 of file prettyprint.hpp.
| using pretty_print::print_container_helper< T, TChar, TCharTraits, TDelimiters >::delimiters_type = TDelimiters |
Definition at line 112 of file prettyprint.hpp.
| using pretty_print::print_container_helper< T, TChar, TCharTraits, TDelimiters >::ostream_type = std::basic_ostream<TChar, TCharTraits> |
Definition at line 113 of file prettyprint.hpp.
|
inline |
Definition at line 141 of file prettyprint.hpp.
|
inline |
Definition at line 145 of file prettyprint.hpp.