Home
last modified time | relevance | path

Searched defs:flush_device_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 Dflush.hpp52 struct flush_device_impl struct
66 struct flush_device_impl<ostream_tag> { struct
68 static bool flush(T& t) in flush()
73 struct flush_device_impl<streambuf_tag> { struct
75 static bool flush(T& t) in flush()
80 struct flush_device_impl<flushable_tag> { struct
82 static bool flush(T& t) { return t.flush(); } in flush()
86 struct flush_device_impl<any_tag> { struct
88 static bool flush(T&) { return true; } in flush()