| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected