Searched defs:read_write_if_impl (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/iostreams/ |
D | checked_operations.hpp | 86 struct read_write_if_impl<input> { struct 88 static typename int_type_of<T>::type get(T& t) in get() 93 read(T& t, typename char_type_of<T>::type* s, std::streamsize n) in read() 97 static bool put(T&, typename char_type_of<T>::type) in put() 103 write(T&, const typename char_type_of<T>::type*, std::streamsize) in write() 109 struct read_write_if_impl<output> { struct 111 static typename int_type_of<T>::type get(T&) in get() 117 read(T&, typename char_type_of<T>::type*, std::streamsize) in read() 122 static bool put(T& t, typename char_type_of<T>::type c) in put() 127 write( T& t, const typename char_type_of<T>::type* s, in write()
|