Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ is_same
Function
is_same
include/behaviortree_cpp/utils/convert_impl.hpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
template <typename T1, typename T2>
60
constexpr bool is_same()
61
{
62
return std::is_same<T1, T2>::value;
63
}
64
65
template <typename From, typename To>
66
inline void checkUpperLimit(const From& from)
Callers
1
is_typed
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected