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