Prints a human‐readable representation of x to os.

Synopsis

Declared in <absl/status/status.h>

std::ostream&
operator<<(
    std::ostream& os,
    Status const& x);

Return Value

A reference to os.

Parameters

Name

Description

os

The output stream to write to.

x

The status to print.

Created with MrDocs