Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ insert
Function
insert
include/chaiscript/dispatchkit/bootstrap_stl.hpp:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
109
template<typename T>
110
void insert(T &t_target, const T &t_other)
111
{
112
t_target.insert(t_other.begin(), t_other.end());
113
}
114
115
template<typename T>
116
void insert_ref(T &t_target, const typename T::value_type &t_val)
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected