Assignment operators
Synopses
Declared in <absl/status/statusor.h>
Copy assignment operator.
BadStatusOrAccess&
operator=(BadStatusOrAccess const& other);
Move assignment operator.
BadStatusOrAccess&
operator=(BadStatusOrAccess&& other);
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