std::ranges::view(3) Library Functions Manual std::ranges::view(3)

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

#include <ranges>

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

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

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

libstdc++