std::ranges::common_range(3) Library Functions Manual NAME std::ranges::common_range - A range for which ranges::begin and ranges::end return the same type. SYNOPSIS #include Concept definition template concept common_range = range<_Tp> && same_as, sentinel_t<_Tp>> Detailed Description A range for which ranges::begin and ranges::end return the same type. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ std::ranges::common_range(3)