Skip to content

C++ print() function (similar to python's print() function)

Notifications You must be signed in to change notification settings

mushengLenzer/cpp-print

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ print() function (similar to python's print() function)

Support custom separator, end characters, and Output Stream.

Support arbitrary number of arguments.

Support printing STL containers

Support printing the names of enumerations instead of their values.

Supporting types:

  • fundamental types
  • enum
  • array
  • STL sequence containers
  • STL associative containers
  • pair/tuple
  • pointer
  • unique_ptr
  • shared_ptr
  • __int128

About

C++ print() function (similar to python's print() function)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published