MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / shared_ptr_clone

Function shared_ptr_clone

include/chaiscript/dispatchkit/bootstrap.hpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 /// function variables.
158 template<typename Type>
159 auto shared_ptr_clone(const std::shared_ptr<Type> &p)
160 {
161 return p;
162 }
163
164 /// Specific version of shared_ptr_clone just for Proxy_Functions
165 template<typename Type>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected