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

Method Data

include/chaiscript/dispatchkit/any.hpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 struct Data
45 {
46 explicit Data(const std::type_info &t_type)
47 : m_type(t_type)
48 {
49 }
50
51 Data &operator=(const Data &) = delete;
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected