absl::FixedArray::FixedArray

Creates a copy of other using the given allocator.

Synopsis

Declared in <absl/container/fixed_array.h>

FixedArray(
    FixedArray const& other,
    allocator_type const& a) noexcept(NoexceptCopyable());

Parameters

NameDescription
otherThe fixed array to copy from.
aThe allocator to use.