Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/
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()