logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::ranges::common_range - 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(3cxx)

Concept Definition

       template<typename _Tp>
       concept std::ranges::common_range =  range<_Tp> && same_as<iterator_t<_Tp>, sentinel_t<_Tp>>

Detailed Description

       A range for which ranges::begin and ranges::end return the same type.

Name

       std::ranges::common_range - A range for which ranges::begin and ranges::end return the same type.

Synopsis

       #include <ranges>

See Also