Searched defs:basic_ostream (Results 1 – 5 of 5) sorted by relevance
59 struct basic_ostream : virtual public basic_ios<charT, traits> { struct60 basic_ostream(int x) : basic_ios<charT, traits>(x), stored(x) { } in basic_ostream() function78 void f(std::basic_ostream<char, std::char_traits<char> >) { } in f()
815 struct basic_ostream { struct816 struct sentry {821 template class __declspec(dllimport) basic_ostream<char>; variable
4 struct basic_ostream { struct
12 template<typename _CharT, typename _Traits> class basic_ostream : virtual public basic_ios<_Cha… class
38 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<char>; variable39 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<wchar_t>; variable