Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ bad_any_cast
Class
bad_any_cast
include/behaviortree_cpp/contrib/any.hpp:58–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
#endif
57
58
class bad_any_cast : public std::bad_cast
59
{
60
public:
61
const char* what() const noexcept override
62
{
63
return
"bad any cast"
;
64
}
65
};
66
67
class any final
68
{
Callers
1
any_cast
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected