Searched refs:input_iterator (Results 1 - 25 of 50) sorted by relevance

12

/openbsd-current/gnu/llvm/libcxx/include/__iterator/
H A Dmergeable.h30 input_iterator<_Input1> &&
31 input_iterator<_Input2> &&
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dfacet.cc32 typedef std::istreambuf_iterator<char> input_iterator; typedef
82 class gnu_money_get_in: public std::money_get<char, input_iterator>
87 : std::money_get<char, input_iterator>(refs) { }
106 class gnu_num_get_in: public std::num_get<char, input_iterator>
111 : std::num_get<char, input_iterator>(refs) { }
130 class gnu_time_get_in: public std::time_get<char, input_iterator>
135 : std::time_get<char, input_iterator>(refs) { }
/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_iterator_concept.h39 else if constexpr (input_iterator<_Iter>)
H A Dranges_unique_copy.h48 concept __can_reread_from_output = (input_iterator<_OutIter> && same_as<iter_value_t<_InIter>, iter_value_t<_OutIter>>);
65 template <input_iterator _InIter,
72 (input_iterator<_OutIter> && same_as<iter_value_t<_InIter>, iter_value_t<_OutIter>>) ||
91 (input_iterator<_OutIter> && same_as<range_value_t<_Range>, iter_value_t<_OutIter>>) ||
H A Dranges_swap_ranges.h38 template <input_iterator _I1, sentinel_for<_I1> _S1,
39 input_iterator _I2, sentinel_for<_I2> _S2>
H A Dranges_includes.h39 input_iterator _Iter1,
41 input_iterator _Iter2,
H A Dranges_lexicographical_compare.h53 template <input_iterator _Iter1, sentinel_for<_Iter1> _Sent1,
54 input_iterator _Iter2, sentinel_for<_Iter2> _Sent2,
H A Dranges_set_difference.h46 input_iterator _InIter1,
48 input_iterator _InIter2,
H A Dranges_for_each_n.h39 template <input_iterator _Iter,
H A Dranges_equal.h57 template <input_iterator _Iter1, sentinel_for<_Iter1> _Sent1,
58 input_iterator _Iter2, sentinel_for<_Iter2> _Sent2,
H A Dranges_merge.h76 input_iterator _InIter1,
78 input_iterator _InIter2,
H A Dranges_mismatch.h54 template <input_iterator _I1, sentinel_for<_I1> _S1,
55 input_iterator _I2, sentinel_for<_I2> _S2,
H A Dranges_set_intersection.h44 input_iterator _InIter1,
46 input_iterator _InIter2,
H A Dranges_set_symmetric_difference.h44 input_iterator _InIter1,
46 input_iterator _InIter2,
H A Dranges_set_union.h47 input_iterator _InIter1,
49 input_iterator _InIter2,
H A Dranges_all_of.h43 template <input_iterator _Iter, sentinel_for<_Iter> _Sent, class _Proj = identity,
H A Dranges_any_of.h43 template <input_iterator _Iter, sentinel_for<_Iter> _Sent, class _Proj = identity,
H A Dranges_copy.h40 template <input_iterator _InIter, sentinel_for<_InIter> _Sent, weakly_incrementable _OutIter>
H A Dranges_copy_n.h59 template <input_iterator _Ip, weakly_incrementable _Op>
H A Dranges_count.h35 template <input_iterator _Iter, sentinel_for<_Iter> _Sent, class _Type, class _Proj = identity>
H A Dranges_count_if.h47 template <input_iterator _Iter, sentinel_for<_Iter> _Sent, class _Proj = identity,
H A Dranges_find.h36 template <input_iterator _Ip, sentinel_for<_Ip> _Sp, class _Tp, class _Proj = identity>
H A Dranges_find_if_not.h36 template <input_iterator _Ip, sentinel_for<_Ip> _Sp, class _Proj = identity,
H A Dranges_is_partitioned.h54 template <input_iterator _Iter, sentinel_for<_Iter> _Sent,
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dconcepts.h39 input_iterator<_Ip> &&

Completed in 212 milliseconds

12