Searched defs:write_device_impl (Results 1 – 1 of 1) sorted by relevance
62 struct write_device_impl struct76 struct write_device_impl<ostream_tag> { struct78 static bool put(T& t, typename char_type_of<T>::type c) in put()87 static std::streamsize write in write()93 struct write_device_impl<streambuf_tag> { struct95 static bool put(T& t, typename char_type_of<T>::type c) in put()103 static std::streamsize write in write()109 struct write_device_impl<output> { struct111 static bool put(T& t, typename char_type_of<T>::type c) in put()116 write(T& t, const typename char_type_of<T>::type* s, std::streamsize n) in write()