Lines Matching full:explicit

32     explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out); // before C++20
34 explicit basic_stringbuf(ios_base::openmode which); // C++20
35 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& s,
37 explicit basic_stringbuf(const allocator_type& a)
40 explicit basic_stringbuf(basic_string<char_type, traits_type, allocator_type>&& s,
49 explicit basic_stringbuf(const basic_string<char_type, traits_type, SAlloc>& s,
52 explicit basic_stringbuf(const T& t,
116 explicit basic_istringstream(ios_base::openmode which = ios_base::in); // before C++20
118 explicit basic_istringstream(ios_base::openmode which); // C++20
119 explicit basic_istringstream(const basic_string<char_type, traits_type, allocator_type>& s,
122 explicit basic_istringstream(basic_string<char_type, traits_type, allocator_type>&& s,
131 explicit basic_istringstream(const basic_string<char_type, traits_type, SAlloc>& s,
134 explicit basic_istringstream(const T& t, ios_base::openmode which = ios_base::in); // Since C++26
185 explicit basic_ostringstream(ios_base::openmode which = ios_base::out); // before C++20
187 explicit basic_ostringstream(ios_base::openmode which); // C++20
188 explicit basic_ostringstream(const basic_string<char_type, traits_type, allocator_type>& s,
191 explicit basic_ostringstream(basic_string<char_type, traits_type, allocator_type>&& s,
200 explicit basic_ostringstream(const basic_string<char_type, traits_type, SAlloc>& s,
203 explicit basic_ostringstream(const T& t, ios_base::openmode which = ios_base::out); // Since C++26
254 explicit basic_stringstream(ios_base::openmode which = ios_base::out | ios_base::in); // before C++20
256 explicit basic_stringstream(ios_base::openmode which); // C++20
257 explicit basic_stringstream(const basic_string<char_type, traits_type, allocator_type>& s,
260 explicit basic_stringstream(basic_string<char_type, traits_type, allocator_type>&& s,
269 explicit basic_stringstream(const basic_string<char_type, traits_type, SAlloc>& s,
272 explicit basic_stringstream(const T& t,
359 _LIBCPP_HIDE_FROM_ABI explicit basic_stringbuf(ios_base::openmode __wch) : __hm_(nullptr), __mode_(__wch) {}
361 _LIBCPP_HIDE_FROM_ABI explicit basic_stringbuf(const string_type& __s,
368 _LIBCPP_HIDE_FROM_ABI explicit basic_stringbuf(const allocator_type& __a)
374 _LIBCPP_HIDE_FROM_ABI explicit basic_stringbuf(string_type&& __s,
394 _LIBCPP_HIDE_FROM_ABI explicit basic_stringbuf(const basic_string<char_type, traits_type, _SAlloc>& __s,
405 _LIBCPP_HIDE_FROM_ABI explicit basic_stringbuf(const _Tp& __t,
869 _LIBCPP_HIDE_FROM_ABI explicit basic_istringstream(ios_base::openmode __wch)
872 _LIBCPP_HIDE_FROM_ABI explicit basic_istringstream(const string_type& __s, ios_base::openmode __wch = ios_base::in)
879 _LIBCPP_HIDE_FROM_ABI explicit basic_istringstream(string_type&& __s, ios_base::openmode __wch = ios_base::in)
892 _LIBCPP_HIDE_FROM_ABI explicit basic_istringstream(const basic_string<_CharT, _Traits, _SAlloc>& __s,
901 _LIBCPP_HIDE_FROM_ABI explicit basic_istringstream(const _Tp& __t, ios_base::openmode __which = ios_base::in)
1004 _LIBCPP_HIDE_FROM_ABI explicit basic_ostringstream(ios_base::openmode __wch)
1007 _LIBCPP_HIDE_FROM_ABI explicit basic_ostringstream(const string_type& __s, ios_base::openmode __wch = ios_base::out)
1014 _LIBCPP_HIDE_FROM_ABI explicit basic_ostringstream(string_type&& __s, ios_base::openmode __wch = ios_base::out)
1028 _LIBCPP_HIDE_FROM_ABI explicit basic_ostringstream(const basic_string<_CharT, _Traits, _SAlloc>& __s,
1037 _LIBCPP_HIDE_FROM_ABI explicit basic_ostringstream(const _Tp& __t, ios_base::openmode __which = ios_base::out)
1142 _LIBCPP_HIDE_FROM_ABI explicit basic_stringstream(ios_base::openmode __wch)
1145 _LIBCPP_HIDE_FROM_ABI explicit basic_stringstream(const string_type& __s,
1153 _LIBCPP_HIDE_FROM_ABI explicit basic_stringstream(string_type&& __s,
1168 _LIBCPP_HIDE_FROM_ABI explicit basic_stringstream(const basic_string<_CharT, _Traits, _SAlloc>& __s,
1177 _LIBCPP_HIDE_FROM_ABI explicit basic_stringstream(const _Tp& __t,