Calls adaptor on this status builder to apply policies, type conversions, and/or side effects on the StatusBuilder.
Declared in <absl/status/status_builder.h>
template<typename Adaptor>
[[nodiscard]]
/* implementation-defined */
With(Adaptor&& adaptor) &&;
This overload matches pure-policy adaptors, which return a StatusBuilder.
| Name | Description |
|---|---|
| adaptor | The functor to apply to this builder. |