Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ PImpl
Method
PImpl
src/tree_node.cpp:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
struct TreeNode::PImpl
25
{
26
PImpl(std::string name, NodeConfig config)
27
: name(std::move(name)), config(std::move(config))
28
{}
29
30
const std::string name;
31
Callers
nothing calls this directly
Calls
1
move
Function · 0.85
Tested by
no test coverage detected