Lines Matching full:_allocator
658 template<class _CharT, class _Traits, class _Allocator>
659 explicit bitset(const basic_string<_CharT,_Traits,_Allocator>& __str,
660 typename basic_string<_CharT,_Traits,_Allocator>::size_type __pos = 0,
661 typename basic_string<_CharT,_Traits,_Allocator>::size_type __n =
662 (basic_string<_CharT,_Traits,_Allocator>::npos),
685 template <class _CharT, class _Traits, class _Allocator>
686 basic_string<_CharT, _Traits, _Allocator> to_string(_CharT __zero = _CharT('0'),
743 template<class _CharT, class _Traits, class _Allocator>
744 bitset<_Size>::bitset(const basic_string<_CharT,_Traits,_Allocator>& __str,
745 typename basic_string<_CharT,_Traits,_Allocator>::size_type __pos,
746 typename basic_string<_CharT,_Traits,_Allocator>::size_type __n,
920 template <class _CharT, class _Traits, class _Allocator>
921 basic_string<_CharT, _Traits, _Allocator>
924 basic_string<_CharT, _Traits, _Allocator> __r(_Size, __zero);