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

Method emplace_ks

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

Source from the content-addressed store, hash-verified

288#endif
289 template <class... Args>
290 std::pair<iterator, bool> emplace_ks(const CharT* key, size_type key_size,
291 Args&&... args) {
292 return m_ht.emplace(key, key_size, std::forward<Args>(args)...);
293 }
294
295 /**
296 * Erase has an amortized O(1) runtime complexity, but even if it removes the

Callers

nothing calls this directly

Calls 1

emplaceMethod · 0.45

Tested by

no test coverage detected