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

Method try_emplace

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

Source from the content-addressed store, hash-verified

1828
1829 template <typename... Args>
1830 std::pair<iterator, bool> try_emplace(const key_type& key, Args&&... args) {
1831 return try_emplace_impl(key, std::forward<Args>(args)...);
1832 }
1833
1834 template <typename... Args>
1835 std::pair<iterator, bool> try_emplace(key_type&& key, Args&&... args) {

Callers 2

PostFrameCallbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected