Same as the preceding try_emplace overload, for movable keys.
try_emplace
Declared in <bslstl_map.h>
<bslstl_map.h>
template<class... Args> pair<iterator, bool> try_emplace( BloombergLP::bslmf::MovableRef<int> key, Args&&... args);