Searched refs:__test_for_eof (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__iterator/
H A Distreambuf_iterator.h62 bool __test_for_eof() const function in class:istreambuf_iterator
94 {return __test_for_eof() == __b.__test_for_eof();}
98 return __i.__test_for_eof();

Completed in 113 milliseconds