MCPcopy 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

toJsonMethod · 0.80
getInputStampedMethod · 0.80
tickMethod · 0.80
copyIntoMethod · 0.80
evaluateMethod · 0.80
evaluateMethod · 0.80
evaluateMethod · 0.80
evaluateMethod · 0.80
tickMethod · 0.80

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected