Searched defs:streambuf (Results 1 – 3 of 3) sorted by relevance
30 struct streambuf : public std::basic_streambuf<CharT> { struct31 typedef std::basic_streambuf<CharT> base; argument33 streambuf() {} in streambuf() function45 streambuf<CharT> buff; in test() argument
24 using streambuf = basic_streambuf<char>; variable