[#absl-StatusBuilder-With-07] = xref:absl.adoc[absl]::xref:absl/StatusBuilder.adoc[StatusBuilder]::With :relfileprefix: ../../ :mrdocs: Calls `adaptor` on this status builder to apply policies, type conversions, and/or side effects on the StatusBuilder. == Synopses Declared in `<absl/status/status_builder.h>` Calls `adaptor` on this status builder to apply policies, type conversions, and/or side effects on the StatusBuilder. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Adaptor> /* implementation-defined */ xref:absl/StatusBuilder/With-0c.adoc[With](Adaptor&& adaptor) &; ---- [.small]#xref:absl/StatusBuilder/With-0c.adoc[_» more..._]# Calls `adaptor` on this status builder to apply policies, type conversions, and/or side effects on the StatusBuilder. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Adaptor> [[nodiscard]] /* implementation-defined */ xref:absl/StatusBuilder/With-00.adoc[With](Adaptor&& adaptor) &&; ---- [.small]#xref:absl/StatusBuilder/With-00.adoc[_» more..._]# Calls `adaptor` on this status builder to apply policies, type conversions, and/or side effects on the StatusBuilder. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Adaptor> /* implementation-defined */ xref:absl/StatusBuilder/With-04.adoc[With](Adaptor&& adaptor) &; ---- [.small]#xref:absl/StatusBuilder/With-04.adoc[_» more..._]# Calls `adaptor` on this status builder to apply policies, type conversions, and/or side effects on the StatusBuilder. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Adaptor> [[nodiscard]] /* implementation-defined */ xref:absl/StatusBuilder/With-02.adoc[With](Adaptor&& adaptor) &&; ---- [.small]#xref:absl/StatusBuilder/With-02.adoc[_» more..._]# Calls `adaptor` on this status builder to apply policies, type conversions, and/or side effects on the StatusBuilder. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Adaptor> /* implementation-defined */ xref:absl/StatusBuilder/With-060.adoc[With](Adaptor&& adaptor) &; ---- [.small]#xref:absl/StatusBuilder/With-060.adoc[_» more..._]# Calls `adaptor` on this status builder to apply policies, type conversions, and/or side effects on the StatusBuilder. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Adaptor> [[nodiscard]] /* implementation-defined */ xref:absl/StatusBuilder/With-067.adoc[With](Adaptor&& adaptor) &&; ---- [.small]#xref:absl/StatusBuilder/With-067.adoc[_» more..._]# == Return Value The value returned by `adaptor`. == Parameters [cols="1,4"] |=== | Name| Description | *adaptor* | The functor to apply to this builder. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#