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 d68cb73 commit 7727c02Copy full SHA for 7727c02
source/containers.tex
@@ -1827,7 +1827,8 @@
1827
\indexordmem{emplace_hint}%
1828
\tcode{a.emplace_\-hint(\brk{}p, args)} &
1829
\tcode{iterator} &
1830
- equivalent to \tcode{a.emplace(} \tcode{std::forward<\brk{}Args\brk{}>(\brk{}args)...)}.
+ \effects
1831
+ Equivalent to \tcode{a.emplace(} \tcode{std::forward<\brk{}Args\brk{}>(\brk{}args)...)}.
1832
Return value is an iterator pointing to the element with the key equivalent
1833
to the newly inserted element.
1834
The element is inserted as close as possible to the position just prior
0 commit comments