adah1972 / output_range

Automatic output function for C++ ranges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:The Unlicense


Languages

Language:C++ 100.0%