Searched defs:read_device_impl (Results 1 – 1 of 1) sorted by relevance
92 struct read_device_impl struct106 struct read_device_impl<istream_tag> { struct108 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> { struct130 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 …]