MCPcopy 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

asDynamicMethod · 0.85
callMethod · 0.85
invokeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected