MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / GraphNode

Method GraphNode

include/RenderGraph/GraphNode.hpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 };
28
29 GraphNode( GraphNode const & ) = delete;
30 GraphNode & operator=( GraphNode const & ) = delete;
31 CRG_API GraphNode & operator=( GraphNode && rhs )noexcept = default;
32 CRG_API virtual ~GraphNode()noexcept = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected