absl::ExtraMessage::operator<<

Appends to the extra message, preserving the rvalue-ness of the object.

Synopsis

Declared in <absl/status/status_builder.h>

template<typename T>
ExtraMessage&&
operator<<(T const& value) &&;

Return Value

*this to allow method chaining.

Parameters

NameDescription
valueThe value to append to the extra message.