std::ranges::view(3) Library Functions Manual std::ranges::view(3) NAME std::ranges::view - [range.view] The ranges::view concept. SYNOPSIS #include Concept definition template concept view = range<_Tp> && movable<_Tp> && enable_view<_Tp> Detailed Description [range.view] The ranges::view concept. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ std::ranges::view(3)