[#absl-Status-Update-0a] = xref:absl.adoc[absl]::xref:absl/Status.adoc[Status]::Update :relfileprefix: ../../ :mrdocs: Updates the existing status by moving from `new_status` if `this‐>ok()`. == Synopsis Declared in `<absl/status/status.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Update(xref:absl/Status.adoc[Status]&& new_status); ---- == Parameters [cols="1,4"] |=== | Name| Description | *new_status* | The status to move from if `*this` is currently OK. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#