Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ insert
Method
insert
include/nlohmann/ordered_map.hpp:197–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
197
std::pair<iterator, bool> insert( value_type&& value )
198
{
199
return emplace(value.first, std::move(value.second));
200
}
201
202
std::pair<iterator, bool> insert( const value_type& value )
203
{
Callers
7
push_back
Function · 0.45
insert_iterator
Function · 0.45
insert
Function · 0.45
patch
Function · 0.45
basic_json diff
Function · 0.45
json_pointer
Class · 0.45
get_cbor_binary
Method · 0.45
Calls
5
emplace
Function · 0.85
push_back
Function · 0.70
insert
Function · 0.70
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected