Lines Matching refs:Allocator
17 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
27 typedef Allocator allocator_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> >
72 typedef Allocator allocator_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> >
108 typedef Allocator allocator_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> >
144 typedef Allocator allocator_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);