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

Method FromDynamic

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected