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

Method FromDynamic

include/cpp/marshal/PointerReference.hpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30template<class T>
31template<class O>
32inline O* cpp::marshal::PointerReference<T>::FromDynamic(const Dynamic& inRHS)
33{
34 return FromBoxed(inRHS.StaticCast<Boxed<O>>());
35}
36
37template<class T>
38inline cpp::marshal::PointerReference<T>::PointerReference(const null& inRHS) : Super(inRHS) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected