HomeSort by relevance Sort by last modified time
    Searched refs:istream_iterator (Results 26 - 27 of 27) sorted by null

12

  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/istream.iterator/
types.pass.cpp 14 // class istream_iterator
28 typedef std::istream_iterator<double> I1;
35 typedef std::istream_iterator<unsigned, wchar_t> I2;
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
arrow.pass.cpp 12 // class istream_iterator
34 std::istream_iterator<A> i(inf);

Completed in 516 milliseconds

12