File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1828
1828
\indexordmem {emplace_hint}%
1829
1829
\tcode {a.emplace_\- hint(\brk {}p, args)} &
1830
1830
\tcode {iterator} &
1831
- equivalent to \tcode {a.emplace(} \tcode {std::forward<\brk {}Args\brk {}>(\brk {}args)...)}.
1831
+ \effects
1832
+ Equivalent to \tcode {a.emplace(} \tcode {std::forward<\brk {}Args\brk {}>(\brk {}args)...)}.
1832
1833
Return value is an iterator pointing to the element with the key equivalent
1833
1834
to the newly inserted element.
1834
1835
The element is inserted as close as possible to the position just prior
1887
1888
1888
1889
\tcode {a.\brk {}insert(\brk {}il)} &
1889
1890
\tcode {void} &
1890
- equivalent to \tcode {a.insert(il.begin(), il.end())} &
1891
+ \effects
1892
+ Equivalent to \tcode {a.insert(il.begin(), il.end())} &
1891
1893
\\ \rowsep
1892
1894
1893
1895
\tcode {a_uniq.\brk {}insert(\brk {}nh)} &
You can’t perform that action at this time.
0 commit comments