MCPcopy 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

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected