MCPcopy 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
58class bad_any_cast : public std::bad_cast
59{
60public:
61 const char* what() const noexcept override
62 {
63 return "bad any cast";
64 }
65};
66
67class any final
68{

Callers 1

any_castFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected