Beispiel #1
0
 Weight rightmax() const {
     return right_->maxValue();
 }
Beispiel #2
0
 Weight leftmax() const {
     return left_->maxValue();
 }