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

Method Any

include/behaviortree_cpp/utils/safe_any.hpp:78–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77public:
78 Any() : _original_type(UndefinedAnyType)
79 {}
80
81 ~Any() = default;
82

Callers

nothing calls this directly

Calls 2

moveFunction · 0.85
SimpleStringClass · 0.85

Tested by

no test coverage detected