.TH "std::ranges::view" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::ranges::view \- [range\&.view] The ranges::view concept\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SH "Concept definition" .PP .PP .nf template concept std::ranges::view = range<_Tp> && movable<_Tp> && enable_view<_Tp> .fi .SH "Detailed Description" .PP [range\&.view] The ranges::view concept\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.