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

Method FromDynamic

include/cpp/marshal/PointerType.hpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected