![]() |
![]()
| ![]() |
![]()
NAMEstd::multiset::emplace - std::multiset::emplace Synopsis template< class... Args > (since C++11)
Parametersargs - arguments to forward to the constructor of the element Return valueReturns an iterator to the inserted element. Exceptions If an exception is thrown by any operation, this function has no
effect (strong
ComplexityLogarithmic in the size of the container. Example This section is incomplete
See also emplace_hint constructs elements in-place using a hint
|