Moves the contents of other into a new fixed array.
Synopsis
Declared in <absl/container/fixed_array.h>
FixedArray(FixedArray&& other) noexcept(NoexceptMovable());
Parameters
Name |
Description |
other |
The fixed array to move from. |
Created with MrDocs