WARNING** This must be a no-op when the byte-representation of InlineValue is all zeros.
| 489 | // **WARNING** This must be a no-op when the byte-representation of |
| 490 | // InlineValue is all zeros. |
| 491 | ~InlineValue() { Cleanup(); } |
| 492 | }; |
| 493 | |
| 494 | // value_ can point to any type T as wrapped by a ValueInterface. |