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

Function isIntType

include/cpp/Variant.h:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9 template<typename T>
10 inline bool isIntType(const T &inRHS) { return false; }
11 template<> inline bool isIntType(const int &inRHS) { return true; }
12 template<> inline bool isIntType(const Dynamic &inRHS);
13 template<> inline bool isIntType(const cpp::Variant &inRHS);

Callers 2

operator -Method · 0.85
operator *Method · 0.85

Calls 2

isIntMethod · 0.80
__GetTypeMethod · 0.45

Tested by

no test coverage detected