![]() |
![]()
| ![]() |
![]()
NAMEstd::multiset::emplace_hint - std::multiset::emplace_hint Synopsis template <class... Args> (since C++11)
Parameters hint - iterator to the position before which the new element will
be inserted
Return valueReturns an iterator to the newly inserted element. Exceptions If an exception is thrown by any operation, this function has no
effect (strong
Complexity Logarithmic in the size of the container in general, but
amortized constant if the
See also emplace constructs element in-place
|