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

Method insert_or_assign_ks

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

Source from the content-addressed store, hash-verified

263#endif
264 template <class M>
265 std::pair<iterator, bool> insert_or_assign_ks(const CharT* key,
266 size_type key_size, M&& obj) {
267 return m_ht.insert_or_assign(key, key_size, std::forward<M>(obj));
268 }
269
270#ifdef TSL_AH_HAS_STRING_VIEW
271 template <class... Args>

Callers

nothing calls this directly

Calls 1

insert_or_assignMethod · 0.45

Tested by

no test coverage detected