File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed
Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 32393239
32403240\pnum
32413241\returns
3242- An iterator pointing to the element
3243- with the key equivalent to the newly inserted element.
3242+ The iterator returned by \tcode{emplace}.
32443243
32453244\pnum
32463245\complexity
49414940\result
49424941\tcode{iterator}
49434942
4944- \pnum
4945- \expects
4946- \tcode{value_type} is
4947- \oldconcept{EmplaceConstructible} into \tcode{X} from \tcode{args}.
4948-
49494943\pnum
49504944\effects
4951- Equivalent to \tcode{a.emplace(std::forward<Args>(args)...)}.
4952-
4953- \pnum
4954- \returns
4955- An iterator pointing to the element
4956- with the key equivalent to the newly inserted element.
4957- The \tcode{const_iterator} \tcode{p} is a hint
4945+ Equivalent to \tcode{a.emplace(std::forward<Args>(args)...)},
4946+ except that the \tcode{const_iterator} \tcode{p} is a hint
49584947pointing to where the search should start.
49594948Implementations are permitted to ignore the hint.
49604949
49614950\pnum
4962- \complexity
4963- Average case \bigoh{1}, worst case \bigoh{\ tcode{a.size()} }.
4951+ \returns
4952+ The iterator returned by \ tcode{emplace }.
49644953\end{itemdescr}
49654954
49664955\indexunordmem{insert}%
You can’t perform that action at this time.
0 commit comments