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

Synopsis

Declared in <absl/container/fixed_array.h>

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

Parameters

Name

Description

other

The object to copy assign from

Created with MrDocs