Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
H A Dfailed.pass.cpp22 struct my_streambuf : public std::basic_streambuf<Char,Traits> { struct
26 my_streambuf() {} in my_streambuf() argument
33 my_streambuf<char> buf; in main() argument