Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A 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()