.TH "std::ranges::input_range" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::ranges::input_range \- A range for which ranges::begin returns an input iterator\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SH "Concept definition" .PP .PP .nf template concept std::ranges::input_range = range<_Tp> && input_iterator> .fi .SH "Detailed Description" .PP A range for which ranges::begin returns an input iterator\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.