File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1380
1380
of the array whose first element is pointed at by \tcode {s},
1381
1381
\tcode {size()} is equal to \tcode {traits::length(s)}, and
1382
1382
\tcode {capacity()} is a value at least as large as \tcode {size()}.
1383
+
1384
+ \pnum
1385
+ \remarks
1386
+ Shall not participate in overload resolution
1387
+ if \tcode {Allocator} is a type
1388
+ that does not qualify as an allocator\iref {container.requirements.general }.
1389
+ \begin {note }
1390
+ This affects class template argument deduction.
1391
+ \end {note }
1383
1392
\end {itemdescr }
1384
1393
1385
1394
\indexlibrary {\idxcode {basic_string}!constructor}%
1404
1413
of \tcode {n} elements, each storing the initial value \tcode {c},
1405
1414
\tcode {size()} is equal to \tcode {n}, and
1406
1415
\tcode {capacity()} is a value at least as large as \tcode {size()}.
1416
+
1417
+ \pnum
1418
+ \remarks
1419
+ Shall not participate in overload resolution
1420
+ if \tcode {Allocator} is a type
1421
+ that does not qualify as an allocator\iref {container.requirements.general }.
1422
+ \begin {note }
1423
+ This affects class template argument deduction.
1424
+ \end {note }
1407
1425
\end {itemdescr }
1408
1426
1409
1427
\indexlibrary {\idxcode {basic_string}!constructor}%
You can’t perform that action at this time.
0 commit comments