Registry / utility / pprint

pprint

JSON →
library2019-07-19vcpkgunverified

Pretty Printer for Modern C++

vcpkg install pprint
INSTALL
IMPORT
SIG · PPRINT
P
pprint
utilitycppv2019-07-19
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pprint.hpp
#include <pprint.hpp>

Print a vector using pprint

#include "pprint.hpp" int main() { pprint::PrettyPrinter printer; printer.print(std::vector<int>{1, 2, 3}); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2019-07-19latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

pprint — pip install pprint · libregistry