Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ insert_ref
Function
insert_ref
include/chaiscript/dispatchkit/bootstrap_stl.hpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
115
template<typename T>
116
void insert_ref(T &t_target, const typename T::value_type &t_val)
117
{
118
t_target.insert(t_val);
119
}
120
121
122
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected