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

Name

Description

other

The fixed array to copy from.

Created with MrDocs