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

Function SetVal

src/hx/cppia/Cppia.cpp:1687–1687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1685
1686template<typename T>
1687inline void SetVal(null &out, const T &value) { }
1688template<typename T>
1689inline void SetVal(int &out, const T &value) { out = value; }
1690inline void SetVal(int &out, const String &value) { out = 0; }

Callers 2

runMethod · 0.85
setResultMethod · 0.85

Calls 1

StringClass · 0.50

Tested by

no test coverage detected