Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ toDynamic
Function
toDynamic
include/hx/Invoker.h:117–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
{
116
template<typename T>
117
Dynamic toDynamic(T value)
118
{
119
using traits = ConversionTrait<T>;
120
121
return traits::toDynamic(value);
122
}
123
}
124
125
template<bool void_return, class TReturn, class... TArgs>
Callers
3
asDynamic
Method · 0.85
call
Method · 0.85
invoke
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected