80 |
} |
} |
81 |
} |
} |
82 |
// |
// |
83 |
// Perform the operation. Any tags originally in the left which don't exist for |
// Perform the operation. |
|
// the right hand side will use the right's default value as the right operand |
|
84 |
const DataTagged::DataMapType& leftLookup=left.getTagLookup(); |
const DataTagged::DataMapType& leftLookup=left.getTagLookup(); |
85 |
DataTagged::DataMapType::const_iterator leftLookupEnd=leftLookup.end(); |
DataTagged::DataMapType::const_iterator leftLookupEnd=leftLookup.end(); |
86 |
for (i=leftLookup.begin();i!=leftLookupEnd;i++) { |
for (i=leftLookup.begin();i!=leftLookupEnd;i++) { |