We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e8e44 commit 99c7b54Copy full SHA for 99c7b54
source/containers.tex
@@ -1111,7 +1111,7 @@
1111
\effects Appends an object of type \tcode{T} constructed with \tcode{std::forward<\brk{}Args\brk{}>(\brk{}args)...}.\br
1112
\expects \tcode{T} is \oldconcept{EmplaceConstructible} into \tcode{X} from \tcode{args}. For \tcode{vector}, \tcode{T}
1113
is also
1114
- \oldconcept{MoveInsertable} into \tcode{X}.\br
+ \oldconcept{MoveInsertable} into \tcode{X}.
1115
\returns \tcode{a.back()}. &
1116
\tcode{deque},
1117
\tcode{list},
0 commit comments