MCPcopy Create free account
hub / github.com/ablab/spades / emplace

Method emplace

ext/include/tsl/array-hash/array_map.h:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270#ifdef TSL_AH_HAS_STRING_VIEW
271 template <class... Args>
272 std::pair<iterator, bool> emplace(const std::basic_string_view<CharT>& key,
273 Args&&... args) {
274 return m_ht.emplace(key.data(), key.size(), std::forward<Args>(args)...);
275 }
276#else
277 template <class... Args>
278 std::pair<iterator, bool> emplace(const CharT* key, Args&&... args) {

Callers 3

insertMethod · 0.45
insert_ksMethod · 0.45
emplace_ksMethod · 0.45

Calls 3

lengthClass · 0.50
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected