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