Searched defs:true_eof_impl (Results 1 – 1 of 1) sorted by relevance
71 struct true_eof_impl<true> { struct73 static bool true_eof(T& t) { return t.true_eof(); } in true_eof()77 struct true_eof_impl<false> { struct79 static bool true_eof(T&) { return true; } in true_eof()