Searched defs:flush_device_impl (Results 1 – 1 of 1) sorted by relevance
52 struct flush_device_impl struct66 struct flush_device_impl<ostream_tag> { struct68 static bool flush(T& t) in flush()73 struct flush_device_impl<streambuf_tag> { struct75 static bool flush(T& t) in flush()80 struct flush_device_impl<flushable_tag> { struct82 static bool flush(T& t) { return t.flush(); } in flush()86 struct flush_device_impl<any_tag> { struct88 static bool flush(T&) { return true; } in flush()