# output_range **Repository Path**: mirrors_adah1972/output_range ## Basic Information - **Project Name**: output_range - **Description**: Automatic output function for C++ ranges - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.