Lines Matching refs:traits
17 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
19 : public basic_streambuf<charT, traits>
23 typedef traits traits_type;
55 template <class charT, class traits, class Allocator>
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y);
62 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
64 : public basic_istream<charT, traits>
68 typedef traits traits_type;
90 template <class charT, class traits, class Allocator>
91 void swap(basic_istringstream<charT, traits, Allocator>& x,
92 basic_istringstream<charT, traits, Allocator>& y);
97 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
99 : public basic_ostream<charT, traits>
104 typedef traits traits_type;
126 template <class charT, class traits, class Allocator>
127 void swap(basic_ostringstream<charT, traits, Allocator>& x,
128 basic_ostringstream<charT, traits, Allocator>& y);
133 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
135 : public basic_iostream<charT, traits>
140 typedef traits traits_type;
162 template <class charT, class traits, class Allocator>
163 void swap(basic_stringstream<charT, traits, Allocator>& x,
164 basic_stringstream<charT, traits, Allocator>& y);