Searched refs:istream_string_ite (Results 1 – 2 of 2) sorted by relevance
43 typedef istream_iterator<string> istream_string_ite; typedef47 typedef istream_iterator<string, ptrdiff_t> istream_string_ite; typedef109 copy_n(istream_string_ite(istr), 2, back_inserter(strings)); in copy_n_test()