Lines Matching defs:basic_ostream
5 class basic_ostream {
8 basic_ostream& operator<<(T);
9 basic_ostream& operator<<(basic_ostream<CharT>& (*)(basic_ostream<CharT>&));
13 class basic_iostream : public basic_ostream<CharT> {};
15 using ostream = basic_ostream<char>;
16 using wostream = basic_ostream<wchar_t>;
31 basic_ostream<CharT>& endl(basic_ostream<CharT>&);