Searched refs:input_range (Results 1 – 4 of 4) sorted by relevance
99 concept input_range = range<_Tp> && input_iterator<iterator_t<_Tp>>; variable102 concept forward_range = input_range<_Tp> && forward_iterator<iterator_t<_Tp>>;
45 template<input_range _View, copy_constructible _Fn>144 template<input_range _View, copy_constructible _Fn>343 template<input_range _View, copy_constructible _Fn>
52 using input_range = llvm::iterator_range<input_iterator>; variable152 input_range inputs() { return input_range(input_begin(), input_end()); } in inputs()
74 concept input_range = see below;146 template<input_range V, copy_constructible F>