Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
template<class T>
34
inline cpp::marshal::ValueType<T>::ValueType() : value() {}
35
36
template<class T>
37
inline cpp::marshal::ValueType<T>::ValueType(const ValueReference<T>& inRHS) : value(FromReference(inRHS.ptr)) {}
Callers
nothing calls this directly
Calls
1
asDynamic
Method · 0.80
Tested by
no test coverage detected