Overload of InlinedVector::operator=(...) that moves the elements of other into the inlined vector.
Declared in <absl/container/inlined_vector.h>
InlinedVector&
operator=(InlinedVector&& other);
NOTE: as a result of calling this overload, other is left in a valid but unspecified state.
A reference to the inlined vector.
| Name | Description |
|---|---|
| other | The inlined vector to move from. |