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

Method NoCopyObj

examples/t08_additional_node_args.cpp:10–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9public:
10 NoCopyObj(int val) : _value(val)
11 {}
12
13 NoCopyObj(const NoCopyObj&) = delete;
14 NoCopyObj& operator=(const NoCopyObj&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected