Moves the contents of other into a new fixed array using the given allocator.

Synopsis

Declared in <absl/container/fixed_array.h>

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

Parameters

Name

Description

other

The fixed array to move from.

a

The allocator to use.

Created with MrDocs