bsl::map::try_emplace

Same as the preceding try_emplace overload, for movable keys.

Synopsis

Declared in <bslstl_map.h>

template<class... Args>
pair<map<KEY, VALUE, COMPARATOR, ALLOCATOR>::iterator, bool>
try_emplace(
    BloombergLP::bslmf::MovableRef<KEY> key,
    Args&&... args);