MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / if

Function if

include/behaviortree_cpp/contrib/json.hpp:22946–22949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22944 return lhs.m_data.m_value.number_integer op static_cast<number_integer_t>(rhs.m_data.m_value.number_unsigned); \
22945 } \
22946 else if(compares_unordered(lhs, rhs))\
22947 {\
22948 return (unordered_result);\
22949 }\
22950 \
22951 return (default_result);
22952

Callers 2

json.hppFile · 0.85
expected.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected