Update overloads
Synopses
Declared in <absl/status/status.h>
Updates the existing status with new_status provided that this‐>ok().
Updates the existing status by moving from new_status if this‐>ok().
Parameters
Name |
Description |
new_status |
The status to apply if |
Created with MrDocs