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

Function ClassSizeOf

include/hx/Class.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42struct hxBaseType< hx::ObjectPtr<T> > { typedef T type; };
43
44template<typename T> inline int ClassSizeOf() { return sizeof( typename hx::hxBaseType<T>::type ); }
45
46} // end namespace hx
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected