Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastFlowLM/FastFlowLM
/ insert
Function
insert
src/include/nlohmann/ordered_map.hpp:324–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
322
}
323
324
std::pair<iterator, bool> insert( value_type&& value )
325
{
326
return emplace(value.first, std::move(value.second));
327
}
328
329
std::pair<iterator, bool> insert( const value_type& value )
330
{
Callers
nothing calls this directly
Calls
4
emplace
Function · 0.70
push_back
Function · 0.70
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected