Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
static inline bool IsFloat(const Any& any)
163
{
164
return any.GetTypeInfo() == typeid(float);
165
}
166
167
static inline bool IsDouble(const Any& any)
168
{
Callers
1
IsNumber
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected