예제 #1
0
 ~TreeBalancing() {
     constValueExprs_.ForEachValue([](ValueExpression* expr) -> bool {
         delete expr;
         return true;
     });
 }