MCPcopy 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

emptyMethod · 0.45
cloneMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected