Skip to content

adah1972/output_range

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple C++ header file to allow outputting of C++ ranges. It started as ‘output_container’ and now supports ranges as well, including C arrays. It avoids conflicts with existing output functions (like that for std::string) by detecting whether they can be used.

Using this file requires a C++17-compliant compiler.

About

Automatic output function for C++ ranges

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages