Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Predelnik/DSpellCheck
/ insert
Function
insert
deps/json/json.hpp:19242–19245 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19240
}
19241
19242
std::pair<iterator, bool> insert( value_type&& value )
19243
{
19244
return emplace(value.first, std::move(value.second));
19245
}
19246
19247
std::pair<iterator, bool> insert( const value_type& value )
19248
{
Callers
1
Insert
Method · 0.85
Calls
10
emplace
Function · 0.85
push_back
Function · 0.85
is_array
Function · 0.85
create
Function · 0.85
insert_iterator
Function · 0.85
concat
Function · 0.85
type_name
Function · 0.85
is_object
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected