Home
last modified time | relevance | path

Searched refs:basic_null_sink (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/iostreams/device/
Dnull.hpp54 struct basic_null_sink : private basic_null_device<Ch, output> { struct
61 typedef basic_null_sink<char> null_sink;
62 typedef basic_null_sink<wchar_t> wnull_sink;
/third_party/boost/boost/iostreams/detail/adapter/
Dconcept_adapter.hpp81 { return this->write(s, n, (basic_null_sink<char_type>*) 0); } in write()