Moves the contents of other into a new fixed array using the given allocator.
Declared in <absl/container/fixed_array.h>
FixedArray(
FixedArray&& other,
allocator_type const& a) noexcept(NoexceptMovable());
| Name | Description |
|---|---|
| other | The fixed array to move from. |
| a | The allocator to use. |