| 317 | return static_cast<int>(value() > val) - static_cast<int>(value() < val); |
| 318 | } |
| 319 | const reflection::Object *object() const { |
| 320 | return GetPointer<const reflection::Object *>(VT_OBJECT); |
| 321 | } |
| 322 | const reflection::Type *union_type() const { |
| 323 | return GetPointer<const reflection::Type *>(VT_UNION_TYPE); |
| 324 | } |
no outgoing calls
no test coverage detected