File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 1253
1253
\tcode{flat_multiset}s, out of
1254
1254
the basic sequence container kinds (or out of other program-defined sequence containers).
1255
1255
1256
- \pnum
1257
- \begin{note}
1258
- The sequence containers
1259
- offer the programmer different complexity trade-offs.
1260
- \tcode{vector}
1261
- is appropriate in most circumstances.
1262
- \tcode{array}
1263
- has a fixed size known during translation.
1264
- \tcode{list} or \tcode{forward_list}
1265
- support frequent insertions and deletions from the
1266
- middle of the sequence.
1267
- \tcode{deque}
1268
- supports efficient insertions and deletions taking place at the beginning or at the
1269
- end of the sequence.
1270
- When choosing a container, remember \tcode{vector} is best;
1271
- leave a comment to explain if you choose from the rest!
1272
- \end{note}
1273
-
1274
1256
\pnum
1275
1257
In this subclause,
1276
1258
\begin{itemize}
You can’t perform that action at this time.
0 commit comments