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

Method Struct

include/cpp/Pointer.h:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 typedef Dynamic Ptr;
133
134 inline Struct( ) : value() { }
135 inline Struct( const T &inRHS ) : value(inRHS) { }
136 inline Struct( const null &) { value = T(); }
137 inline Struct( const Reference<T> &);

Callers

nothing calls this directly

Calls 2

fromDynamicFunction · 0.85
asObjectMethod · 0.80

Tested by

no test coverage detected