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

Function isStringType

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

Source from the content-addressed store, hash-verified

14
15 template<typename T>
16 inline bool isStringType(const T &inRHS) { return false; }
17 template<> inline bool isStringType(const String &inRHS) { return true; }
18 template<> inline bool isStringType(const Dynamic &inRHS);
19 template<> inline bool isStringType(const cpp::Variant &inRHS);

Callers 1

operator +Method · 0.85

Calls 2

isStringMethod · 0.80
__GetTypeMethod · 0.45

Tested by

no test coverage detected