absl::operator<<

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

NameDescription
osThe output stream to write to.
xThe status to print.