Home
last modified time | relevance | path

Searched defs:true_eof_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/iostreams/
Dread.hpp71 struct true_eof_impl<true> { struct
73 static bool true_eof(T& t) { return t.true_eof(); } in true_eof()
77 struct true_eof_impl<false> { struct
79 static bool true_eof(T&) { return true; } in true_eof()