std::ranges::view - Man Page
[range.view] The ranges::view concept.
Synopsis
#include <ranges>
Concept definition
template<typename _Tp> concept std::ranges::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.
Info
libstdc++