Lines Matching refs:Allocator
19 template<class charT, class traits, class Allocator>
23 template<class charT, class traits, class Allocator>
24 void swap(basic_syncbuf<charT, traits, Allocator>&,
25 basic_syncbuf<charT, traits, Allocator>&);
30 template<class charT, class traits, class Allocator>
36 template<class charT, class traits, class Allocator>
44 using allocator_type = Allocator;
50 : basic_syncbuf(obuf, Allocator()) {}
51 basic_syncbuf(streambuf_type*, const Allocator&);
75 template<class charT, class traits, class Allocator>
76 void swap(basic_syncbuf<charT, traits, Allocator>&,
77 basic_syncbuf<charT, traits, Allocator>&);
79 template<class charT, class traits, class Allocator>
88 using allocator_type = Allocator;
90 using syncbuf_type = basic_syncbuf<charT, traits, Allocator>;
93 basic_osyncstream(streambuf_type*, const Allocator&);
95 : basic_osyncstream(obuf, Allocator()) {}
96 basic_osyncstream(basic_ostream<charT, traits>& os, const Allocator& allocator)
99 : basic_osyncstream(os, Allocator()) {}