File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4967
4967
4968
4968
\pnum
4969
4969
\begin {note }
4970
- The usage of \tcode {type_identity_t} as parameter ensures that
4971
- an object of type \tcode {basic_string<charT, traits, Allocator>}
4972
- can always be concatenated to an object of a type \tcode {T}
4973
- with an implicit conversion to \tcode {basic_string_view<charT, traits>}, and
4974
- vice versa, as per \ref {over.match.oper }.
4970
+ Using a specialization of \tcode {type_identity_t} as a parameter type ensures
4971
+ that an object of type \tcode {basic_string<charT, traits, Allocator>}
4972
+ can be concatenated with an object of a type \tcode {T}
4973
+ having an implicit conversion to
4974
+ \tcode {basic_string_view<charT, traits>} \iref {over.match.oper }.
4975
4975
\end {note }
4976
4976
4977
4977
\rSec 3[string.cmp]{Non-member comparison operator functions}
You can’t perform that action at this time.
0 commit comments