Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
static inline bool IsInt(const Any& any)
143
{
144
return any.GetTypeInfo() == typeid(int32_t);
145
}
146
147
static inline bool IsUint(const Any& any)
148
{
Callers
1
IsInteger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected