MCPcopy 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
59template <typename T1, typename T2>
60constexpr bool is_same()
61{
62 return std::is_same<T1, T2>::value;
63}
64
65template <typename From, typename To>
66inline void checkUpperLimit(const From& from)

Callers 1

is_typedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected