Creates an OK status with no message or payload.

Synopsis

Declared in <absl/status/status.h>

Status();

Description

Avoid this constructor and prefer explicit construction of an OK status with absl::OkStatus().

Created with MrDocs