Пример #1
0
 Weight rightmax() const {
     return right_->maxValue();
 }
Пример #2
0
 Weight leftmax() const {
     return left_->maxValue();
 }