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