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

Method FromDynamic

include/cpp/marshal/ValueReference.hpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5template<class T>
6template<class O>
7inline O* cpp::marshal::ValueReference<T>::FromDynamic(const Dynamic& inRHS)
8{
9 return FromBoxed(inRHS.StaticCast<Boxed<O>>());
10}
11
12template<class T>
13template<class O>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected