Searched defs:true_eof (Results 1 – 2 of 2) sorted by relevance
73 static bool true_eof(T& t) { return t.true_eof(); } in true_eof() function79 static bool true_eof(T&) { return true; } in true_eof() function83 inline bool true_eof(T& t) in true_eof() function
52 bool true_eof() const { return (flags_ & f_true_eof) != 0; } in true_eof() function in boost::iostreams::detail::linked_streambuf