Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ Any
Method
Any
include/chaiscript/dispatchkit/any.hpp:94–94 ·
view source on GitHub ↗
construct/copy/destruct
Source
from the content-addressed store, hash-verified
92
public:
93
// construct/copy/destruct
94
Any() = default;
95
Any(Any &&) = default;
96
Any &operator=(Any &&t_any) = default;
97
Callers
nothing calls this directly
Calls
3
empty
Method · 0.45
clone
Method · 0.45
reset
Method · 0.45
Tested by
no test coverage detected