Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 460 Bytes

File metadata and controls

13 lines (7 loc) · 460 Bytes

C++ Utilities

A simplistic collection of C++ helper-functions that should make life easier.

Functions added so far:

  • vector-cout: Overload ofstream operator to pretty print content of std::vector

  • tuple-cout: Overload ofstream operator to pretty print content of std::tuple

  • range: Implementation of Python-like range operator

  • unordered_map-cout: Overload ofstream operator to pretty print content of std::unordered_map