Appends to the extra message, preserving the rvalue-ness of the object.
Declared in <absl/status/status_builder.h>
template<typename T>
ExtraMessage&&
operator<<(T const& value) &&;
*this to allow method chaining.
| Name | Description |
|---|---|
| value | The value to append to the extra message. |