| 330 | Inner.Data.TypeFlag = TypeEnum::TypeIdx; |
| 331 | } |
| 332 | bool isEmpty() const noexcept { |
| 333 | return Inner.Data.TypeFlag == TypeEnum::Empty; |
| 334 | } |
| 335 | bool isValType() const noexcept { |
| 336 | return Inner.Data.TypeFlag == TypeEnum::ValType; |
| 337 | } |
no outgoing calls
no test coverage detected