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 4939
4939
4940
4940
\pnum
4941
4941
\begin {note }
4942
- The usage of \tcode {type_identity_t} as parameter ensures that
4943
- an object of type \tcode {basic_string<charT, traits, Allocator>}
4944
- can always be concatenated to an object of a type \tcode {T}
4945
- with an implicit conversion to \tcode {basic_string_view<charT, traits>}, and
4946
- vice versa, as per \ref {over.match.oper }.
4942
+ Using a specialization of \tcode {type_identity_t} as a parameter type ensures
4943
+ that an object of type \tcode {basic_string<charT, traits, Allocator>}
4944
+ can be concatenated with an object of a type \tcode {T}
4945
+ having an implicit conversion to
4946
+ \tcode {basic_string_view<charT, traits>} \iref {over.match.oper }.
4947
4947
\end {note }
4948
4948
4949
4949
\rSec 3[string.cmp]{Non-member comparison operator functions}
You can’t perform that action at this time.
0 commit comments