Esempio n. 1
0
 Weight rightmax() const {
     return right_->maxValue();
 }
Esempio n. 2
0
 Weight leftmax() const {
     return left_->maxValue();
 }