File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3414
3414
\indextext {requirements!container}%
3415
3415
An \tcode {array} meets all of the requirements of a container and
3416
3416
of a reversible container\iref {container.requirements }, except that a default
3417
- constructed \tcode {array} object is not empty and that \tcode {swap} does not have constant
3418
- complexity. An \tcode {array} meets some of the requirements of a sequence
3417
+ constructed \tcode {array} object is not empty.
3418
+ \begin {note }
3419
+ Move construction and \tcode {swap} do not have constant complexity.
3420
+ \end {note }
3421
+ An \tcode {array} meets some of the requirements of a sequence
3419
3422
container\iref {sequence.reqmts }.
3420
3423
Descriptions are provided here
3421
3424
only for operations on \tcode {array} that are not described in
You can’t perform that action at this time.
0 commit comments