| 5 | template<class T> |
| 6 | template<class O> |
| 7 | inline O* cpp::marshal::ValueReference<T>::FromDynamic(const Dynamic& inRHS) |
| 8 | { |
| 9 | return FromBoxed(inRHS.StaticCast<Boxed<O>>()); |
| 10 | } |
| 11 | |
| 12 | template<class T> |
| 13 | template<class O> |
nothing calls this directly
no outgoing calls
no test coverage detected