Changeset 4077 for branches/kendall-score/yat/utility/ranking/Impl.h
- Timestamp:
- Aug 26, 2021, 6:07:09 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kendall-score/yat/utility/ranking/Impl.h
r4075 r4077 62 62 NodeBase*& left_most(void); 63 63 const NodeBase* left_most(void) const; 64 NodeBase* right_most(void); 65 const NodeBase* right_most(void) const; 64 66 65 67 /* … … 70 72 */ 71 73 void insert_and_rebalance(std::unique_ptr<NodeBase>&& element, 72 NodeBase& parent, NodeBase*& child);74 NodeBase& parent, bool left); 73 75 74 76 /*
Note: See TracChangeset
for help on using the changeset viewer.