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

Method clone

include/chaiscript/dispatchkit/any.hpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 std::unique_ptr<Data> clone() const override
81 {
82 return std::unique_ptr<Data>(new Data_Impl<T>(m_data));
83 }
84
85 Data_Impl &operator=(const Data_Impl&) = delete;
86

Callers 1

AnyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected