Returns stored const CelMap * value. Fails if stored value type is not const CelMap *.
| 339 | // Returns stored const CelMap * value. |
| 340 | // Fails if stored value type is not const CelMap *. |
| 341 | const CelMap* MapOrDie() const { |
| 342 | return GetValueOrDie<const CelMap*>(Type::kMap); |
| 343 | } |
| 344 | |
| 345 | // Returns stored const CelTypeHolder value. |
| 346 | // Fails if stored value type is not CelTypeHolder. |
no outgoing calls