| 1771 | const ErrorValue& GetError() const& ABSL_ATTRIBUTE_LIFETIME_BOUND; |
| 1772 | ErrorValue GetError() &&; |
| 1773 | ErrorValue GetError() const&& { return GetError(); } |
| 1774 | |
| 1775 | // Performs an unchecked cast from a value to an int value. In |
| 1776 | // debug builds a best effort is made to crash. If `IsInt()` would return |