Same as the preceding try_emplace overload, for movable keys.
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);