Creates a copy of other using the given allocator.
Declared in <absl/container/fixed_array.h>
FixedArray(
FixedArray const& other,
allocator_type const& a) noexcept(NoexceptCopyable());
| Name | Description |
|---|---|
| other | The fixed array to copy from. |
| a | The allocator to use. |