Returns stored boolean value. Fails if stored value type is not boolean.
| 280 | // Returns stored boolean value. |
| 281 | // Fails if stored value type is not boolean. |
| 282 | bool BoolOrDie() const { return GetValueOrDie<bool>(Type::kBool); } |
| 283 | |
| 284 | // Returns stored int64 value. |
| 285 | // Fails if stored value type is not int64. |
no outgoing calls