Updates the existing status by moving from new_status if this‐>ok().

Synopsis

Declared in <absl/status/status.h>

void
Update(Status&& new_status);

Parameters

Name

Description

new_status

The status to move from if *this is currently OK.

Created with MrDocs