| 146 | inline ret operator op (const FieldRef &inA) \ |
| 147 | { return this->operator ::Dynamic() op inA.operator ::Dynamic(); } \ |
| 148 | template<typename T> inline ret operator op (const T& inA) \ |
| 149 | { return this->operator ::Dynamic() op inA; } |
| 150 | |
| 151 | |
| 152 | class IndexRef |