Searched defs:basic_ostream (Results 1 – 1 of 1) sorted by relevance
94 class basic_ostream<char, Tr> : public basic_ios<char, Tr> class97 basic_ostream(streambuf * p) : basic_ios<char,Tr> (p) {} in basic_ostream() function in std::basic_ostream