Skip to content

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

Notifications You must be signed in to change notification settings

DominikLindorfer/Cpp-Utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages