Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/
Dwrite.hpp62 struct write_device_impl struct
76 struct write_device_impl<ostream_tag> { struct
78 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> { struct
95 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> { struct
111 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()