Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ isString
Method
isString
include/behaviortree_cpp/utils/safe_any.hpp:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
[[nodiscard]] bool isIntegral() const;
139
140
[[nodiscard]] bool isString() const
141
{
142
return _any.type() == typeid(SafeAny::SimpleString);
143
}
144
145
// check is the original type is equal to T
146
template <typename T>
Callers
9
toJson
Method · 0.80
getInputStamped
Method · 0.80
tick
Method · 0.80
copyInto
Method · 0.80
evaluate
Method · 0.80
evaluate
Method · 0.80
evaluate
Method · 0.80
evaluate
Method · 0.80
tick
Method · 0.80
Calls
1
type
Method · 0.45
Tested by
no test coverage detected