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::view - [range.view] The ranges::view concept.

Author

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

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

Concept Definition

       template<typename _Tp>
       concept std::ranges::view =  range<_Tp> && movable<_Tp> && enable_view<_Tp>

Detailed Description

       [range.view] The ranges::view concept.

Name

       std::ranges::view - [range.view] The ranges::view concept.

Synopsis

       #include <ranges>

See Also