Provided by: libstdc++-13-doc_13-20230320-1ubuntu1_all
NAME
std::ranges::view - [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. Definition at line 650 of file ranges.
Author
Generated automatically by Doxygen for libstdc++ from the source code.