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
Name |
Description |
other |
The fixed array to copy from. |
a |
The allocator to use. |
Created with MrDocs