File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 49394939
49404940\pnum
49414941\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 }.
49474947\end {note }
49484948
49494949\rSec 3[string.cmp]{Non-member comparison operator functions}
You can’t perform that action at this time.
0 commit comments