Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ constructor
Function
constructor
include/chaiscript/dispatchkit/proxy_constructors.hpp:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
/// \endcode
46
template<typename T>
47
Proxy_Function constructor()
48
{
49
T *f = nullptr;
50
return (dispatch::detail::build_constructor_(f));
51
}
52
53
}
54
Callers
nothing calls this directly
Calls
1
build_constructor_
Function · 0.85
Tested by
no test coverage detected