Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/detail/adapter/
Drange_adapter.hpp104 struct range_adapter_impl<std::forward_iterator_tag> { struct
106 static std::streamsize read in read()
115 static std::streamsize write in write()
126 struct range_adapter_impl<std::random_access_iterator_tag> { struct
128 static std::streamsize read in read()
140 static std::streamsize write in write()
153 static void seek in seek()