operator<< -- string_view operator<< : テンプレートパラメータ名を統一

1 · cpprefjp · Sept. 24, 2021, 6:49 a.m.
diff --git a/reference/string_view/basic_string_view/op_ostream.md b/reference/string_view/basic_string_view/op_ostream.md index 230f0a952..2ae0c4d97 100644 --- a/reference/string_view/basic_string_view/op_ostream.md +++ b/reference/string_view/basic_string_view/op_ostream.md @@ -8,7 +8,7 @@ namespace std { template <class CharT, class Traits> std::basic_ostream<CharT, Traits>& - operator<<(std::basic_ostream<charT, traits>& os, std::basic_string_view<CharT, Traits> sv); + operator<...