Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ Data_Impl
Method
Data_Impl
include/chaiscript/dispatchkit/any.hpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
struct Data_Impl : Data
68
{
69
explicit Data_Impl(T t_type)
70
: Data(typeid(T)),
71
m_data(std::move(t_type))
72
{
73
}
74
75
void *data() override
76
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected