Deleted move assignment, since a FixedArray's size never changes.

Synopsis

Declared in <absl/container/fixed_array.h>

void
operator=(FixedArray&& other) = delete;

Parameters

Name

Description

other

The object to move assign from

Created with MrDocs