An open API service indexing awesome lists of open source software.

https://github.com/anmol-singh-jaggi/pretty-print

:ok_hand: A set of template functions written for pretty-printing C++ STL container types.
https://github.com/anmol-singh-jaggi/pretty-print

c-plus-plus pretty-print

Last synced: 11 days ago
JSON representation

:ok_hand: A set of template functions written for pretty-printing C++ STL container types.

Awesome Lists containing this project

README

          

# Pretty-print
A set of template functions written for pretty-printing C++ STL container types.

**Requirements -:**
- A compiler supporting C++14.

Refer to my [blog article](https://anmolsinghjaggi.wordpress.com/2015/03/27/pretty-printer-for-c/) for further explanation.