[#absl-StatusBuilder-operator_lshift-0e] = xref:absl.adoc[absl]::xref:absl/StatusBuilder.adoc[StatusBuilder]::operator<< :relfileprefix: ../../ :mrdocs: Appends to the extra message that will be added to the original status. == Synopses Declared in `<absl/status/status_builder.h>` Appends to the extra message that will be added to the original status. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> xref:absl/StatusBuilder.adoc[StatusBuilder]& xref:absl/StatusBuilder/operator_lshift-05.adoc[operator<<](T const& value) &; ---- [.small]#xref:absl/StatusBuilder/operator_lshift-05.adoc[_» more..._]# Appends to the extra message that will be added to the original status. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> [[nodiscard]] xref:absl/StatusBuilder.adoc[StatusBuilder]&& xref:absl/StatusBuilder/operator_lshift-00.adoc[operator<<](T const& value) &&; ---- [.small]#xref:absl/StatusBuilder/operator_lshift-00.adoc[_» more..._]# == Return Value `*this` to allow method chaining. == Parameters [cols="1,4"] |=== | Name| Description | *value* | The value to append to the extra message. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#