MCPcopy Create free account
hub / github.com/Tessil/hat-trie / insert_pair

Method insert_pair

include/tsl/array-hash/array_map.h:898–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

896 private:
897 template <class U, class V>
898 void insert_pair(const std::pair<U, V>& value) {
899 insert(value.first, value.second);
900 }
901
902 template <class U, class V>
903 void insert_pair(std::pair<U, V>&& value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected