Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tessil/ordered-map
/ insert
Method
insert
include/tsl/ordered_hash.h:639–641 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
637
638
template <typename P>
639
std::pair<iterator, bool> insert(P&& value) {
640
return insert_impl(KeySelect()(value), std::forward<P>(value));
641
}
642
643
template <typename P>
644
iterator insert_hint(const_iterator hint, P&& value) {
Callers
nothing calls this directly
Calls
1
KeySelect
Class · 0.70
Tested by
no test coverage detected