A pretty printing library for C++ containers. More...
Namespaces | |
detail | |
Functions | |
template<typename T , typename TChar , typename TCharTraits , typename TDelimiters > | |
std::basic_ostream< TChar, TCharTraits > & | operator<< (std::basic_ostream< TChar, TCharTraits > &stream, const print_container_helper< T, TChar, TCharTraits, TDelimiters > &helper) |
template<typename TChar , typename TCharTraits , typename Delims > | |
std::basic_ostream< TChar, TCharTraits > & | operator<< (std::basic_ostream< TChar, TCharTraits > &s, const custom_delims< Delims > &p) |
A pretty printing library for C++ containers.
Just add "#include "prettyprint.hpp" to your source file and make sure that prettyprint.hpp is findable.
https://github.com/louisdx/cxx-prettyprint/blob/master/prettyprint.hpp
|
inline |
Definition at line 364 of file prettyprint.hpp.
|
inline |
Definition at line 219 of file prettyprint.hpp.