Assignment is deleted; optional_ref is not assignable.
Declared in <absl/types/optional_ref.h>
optional_ref<T>&
operator=(optional_ref<T> const& other) = delete;
This declaration is deleted and cannot be called.
| Name | Description |
|---|---|
| other | The reference that would be assigned from. |