MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / ComplementNode

Class ComplementNode

src/node/complementnode.h:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "node.h"
23
24class ComplementNode : public Node
25{
26public:
27 ComplementNode() = default;
28 void accept(NodeVisitor&) override;
29};
30
31#endif // COMPLEMENTNODE_H

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected