MCPcopy Create free account
hub / github.com/InternRobotics/OpenHomie / IsInt

Function IsInt

HomieDeploy/unitree_sdk2/include/unitree/common/any.hpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142static inline bool IsInt(const Any& any)
143{
144 return any.GetTypeInfo() == typeid(int32_t);
145}
146
147static inline bool IsUint(const Any& any)
148{

Callers 1

IsIntegerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected