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

Method Tree

include/behaviortree_cpp/bt_factory.h:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 Tree();
112
113 Tree(const Tree&) = delete;
114 Tree& operator=(const Tree&) = delete;
115
116 Tree(Tree&& other) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected