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