.TH "std::ranges::range" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::ranges::range \- [range\&.range] The range concept\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SH "Concept definition" .PP .PP .nf template concept std::ranges::range = requires(_Tp& __t) { ranges::begin(__t); ranges::end(__t); } .fi .SH "Detailed Description" .PP [range\&.range] The range concept\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.