Changeset 4079 for branches/kendall-score/yat/utility/ranking/Impl.h
- Timestamp:
- Aug 26, 2021, 10:38:04 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kendall-score/yat/utility/ranking/Impl.h
r4077 r4079 62 62 NodeBase*& left_most(void); 63 63 const NodeBase* left_most(void) const; 64 NodeBase* right_most(void);64 NodeBase*& right_most(void); 65 65 const NodeBase* right_most(void) const; 66 66 … … 126 126 NodeBase* right_rotate(NodeBase* y); 127 127 private: 128 NodeBase* right_most_; 128 129 void move_data(Impl&&); 129 130 void erase_rebalance(NodeBase* node);
Note: See TracChangeset
for help on using the changeset viewer.