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::output_range - A range for which ranges::begin returns an output iterator.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                    std::ranges::output_range(3cxx)

Concept Definition

       template<typename _Range, typename _Tp>
       concept std::ranges::output_range =  range<_Range> && output_iterator<iterator_t<_Range>, _Tp>

Detailed Description

       A range for which ranges::begin returns an output iterator.

Name

       std::ranges::output_range - A range for which ranges::begin returns an output iterator.

Synopsis

       #include <ranges>

See Also