Assignment operators

Synopses

Declared in <absl/status/status_builder.h>

Assigns a copy of sb to this builder.

Move assignment operator.

constexpr
StatusBuilder&
operator=(StatusBuilder&& other) = default;

Return Value

*this.

Parameters

Name

Description

sb

The builder to copy.

other

The source object.

Created with MrDocs