File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17330
17330
17331
17331
\pnum
17332
17332
\constraints
17333
- \tcode{value_type} satisfies \tcode{constructible_from<U>}.
17333
+ \tcode{value_type} satisfies \tcode{\libconcept{ constructible_from} <U>}.
17334
17334
17335
17335
\pnum
17336
17336
\effects
17340
17340
\pnum
17341
17341
\remarks
17342
17342
The expression inside \tcode{explicit} evaluates to \tcode{false} if and only if
17343
- \tcode{U} satisfies \tcode{convertible_to<value_type>}, and either
17343
+ \tcode{U} satisfies \tcode{\libconcept{ convertible_to} <value_type>}, and either
17344
17344
\begin{itemize}
17345
17345
\item
17346
17346
\tcode{From} is not an arithmetic type and does not satisfy
17399
17399
17400
17400
\pnum
17401
17401
\constraints
17402
- \tcode{From}$_i$ satisfies \tcode{convertible_to<value_type>} for all $i$ in
17402
+ \tcode{From}$_i$ satisfies \tcode{\libconcept{ convertible_to} <value_type>} for all $i$ in
17403
17403
the range of \range{0}{size()}.
17404
17404
In addition, for all $i$ in the range of \range{0}{size()}, if \tcode{From}$_i$
17405
17405
is an arithmetic type, conversion from \tcode{From}$_i$ to \tcode{value_type}
You can’t perform that action at this time.
0 commit comments