Assignment operators

Synopses

Declared in <absl/status/statusor.h>

Copy assignment operator.

Move assignment operator.

Assignment operator

constexpr
exception&
operator=(exception const& value) = default;

Assignment operator

constexpr
exception&
operator=(exception&& value) = default;

Return Value

A reference to *this.

Parameters

Name

Description

other

The exception object to copy from.

Created with MrDocs