| 195 | T&& ValueOrDie() &&; |
| 196 | |
| 197 | T ConsumeValueOrDie() { return std::move(ValueOrDie()); } |
| 198 | |
| 199 | // Ignores any errors. This method does nothing except potentially suppress |
| 200 | // complaints from any tools that are checking that errors are not dropped on |
no outgoing calls