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.
- Host: GitHub
- URL: https://github.com/anmol-singh-jaggi/pretty-print
- Owner: Anmol-Singh-Jaggi
- License: gpl-2.0
- Created: 2015-03-26T15:52:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T06:17:43.000Z (over 8 years ago)
- Last Synced: 2025-04-21T10:54:40.575Z (6 months ago)
- Topics: c-plus-plus, pretty-print
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.