absl::FixedArray::FixedArray

Creates a copy of other, copying the copy-constructed allocator.

Synopsis

Declared in <absl/container/fixed_array.h>

FixedArray(FixedArray const& other) noexcept(NoexceptCopyable());

Parameters

NameDescription
otherThe fixed array to copy from.