MCPcopy Create free account
hub / github.com/NativeScript/android / emplace_hint

Method emplace_hint

test-app/runtime/src/main/cpp/robin_hood.h:1824–1827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1822
1823 template <typename... Args>
1824 iterator emplace_hint(const_iterator position, Args&&... args) {
1825 (void)position;
1826 return emplace(std::forward<Args>(args)...).first;
1827 }
1828
1829 template <typename... Args>
1830 std::pair<iterator, bool> try_emplace(const key_type& key, Args&&... args) {

Callers

nothing calls this directly

Calls 1

emplaceFunction · 0.50

Tested by

no test coverage detected