absl::FixedArray::FixedArray

Moves the contents of other into a new fixed array.

Synopsis

Declared in <absl/container/fixed_array.h>

FixedArray(FixedArray&& other) noexcept(NoexceptMovable());

Parameters

NameDescription
otherThe fixed array to move from.