Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/
Dread.hpp92 struct read_device_impl struct
106 struct read_device_impl<istream_tag> { struct
108 static typename int_type_of<T>::type get(T& t) in get()
113 read(T& t, typename char_type_of<T>::type* s, std::streamsize n) in read()
117 static bool putback(T& t, typename char_type_of<T>::type c) in putback()
127 struct read_device_impl<streambuf_tag> { struct
130 get(T& t) in get()
143 read(T& t, typename char_type_of<T>::type* s, std::streamsize n) in read()
154 static bool putback(T& t, typename char_type_of<T>::type c) in putback()
163 struct read_device_impl<input> { struct
[all …]