Lines Matching refs:_CharT
629 template<class _CharT, class _Traits, class _Alloc>
630 explicit bitset(const basic_string<_CharT,_Traits,_Alloc>& __s,
632 size_t __n = size_t(basic_string<_CharT,_Traits,_Alloc>::npos))
760 template <class _CharT, class _Traits, class _Alloc>
761 basic_string<_CharT, _Traits, _Alloc> to_string() const {
762 basic_string<_CharT, _Traits, _Alloc> __result;
769 template<class _CharT, class _Traits, class _Alloc>
770 void _M_copy_from_string(const basic_string<_CharT,_Traits,_Alloc>& __s,
775 template<class _CharT, class _Traits, class _Alloc>
776 void _M_copy_to_string(basic_string<_CharT,_Traits,_Alloc>&) const;
825 template<class _CharT, class _Traits, class _Alloc>
827 ::_M_copy_from_string(const basic_string<_CharT,_Traits,_Alloc>& __s,
847 template <class _CharT, class _Traits, class _Alloc>
849 ::_M_copy_to_string(basic_string<_CharT, _Traits, _Alloc>& __s) const