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

Method ValueType

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

Source from the content-addressed store, hash-verified

32
33template<class T>
34inline cpp::marshal::ValueType<T>::ValueType() : value() {}
35
36template<class T>
37inline cpp::marshal::ValueType<T>::ValueType(const ValueReference<T>& inRHS) : value(FromReference(inRHS.ptr)) {}

Callers

nothing calls this directly

Calls 1

asDynamicMethod · 0.80

Tested by

no test coverage detected