Skip to content
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages