MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / fromDynamic

Function fromDynamic

include/hx/Invoker.h:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 {
105 template<typename T>
106 T fromDynamic(Dynamic value)
107 {
108 using traits = ConversionTrait<T>;
109
110 return traits::fromDynamic(value);
111 }
112 }
113
114 namespace wrap

Callers 1

StructMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected