Returns stored const CelList* value. Fails if stored value type is not const CelList*.
| 333 | // Returns stored const CelList* value. |
| 334 | // Fails if stored value type is not const CelList*. |
| 335 | const CelList* ListOrDie() const { |
| 336 | return GetValueOrDie<const CelList*>(Type::kList); |
| 337 | } |
| 338 | |
| 339 | // Returns stored const CelMap * value. |
| 340 | // Fails if stored value type is not const CelMap *. |
no outgoing calls