mirror of
https://github.com/xfarrow/lasd.git
synced 2025-06-05 21:49:14 +02:00
@ -30,14 +30,12 @@ public:
|
||||
|
||||
protected:
|
||||
Data data;
|
||||
|
||||
// Comparison operators
|
||||
bool operator==(const Node&) const noexcept; // Comparison of abstract types is possible, but should not be visible.
|
||||
bool operator!=(const Node&) const noexcept; // Comparison of abstract types is possible, but should not be visible.
|
||||
|
||||
bool EqualNodes(const Node&, const Node&) const;
|
||||
|
||||
|
||||
public:
|
||||
|
||||
friend class BinaryTree<Data>;
|
||||
|
Reference in New Issue
Block a user