value::emplace_object
Return a reference to an object
, changing the kind and replacing the contents.
Synopsis
object&
emplace_object() noexcept;
Description
The contents are replaced with an empty object
using the current boost::container::pmr::memory_resource
. All previously obtained iterators and references obtained beforehand are invalidated.
Complexity
Linear in the size of *this
.
Exception Safety
No-throw guarantee.