Searched refs:istream_int_ite (Results 1 – 2 of 2) sorted by relevance
42 typedef istream_iterator<int> istream_int_ite; typedef46 typedef istream_iterator<int, ptrdiff_t> istream_int_ite; typedef103 copy_n(istream_int_ite(istr), 2, back_inserter(ints)); in copy_n_test()