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

Function IsFloat

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

Source from the content-addressed store, hash-verified

160}
161
162static inline bool IsFloat(const Any& any)
163{
164 return any.GetTypeInfo() == typeid(float);
165}
166
167static inline bool IsDouble(const Any& any)
168{

Callers 1

IsNumberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected