Overload of InlinedVector::operator=(...) that replaces the elements of the inlined vector with copies of the elements of other.

Synopsis

Declared in <absl/container/inlined_vector.h>

InlinedVector&
operator=(InlinedVector const& other);

Return Value

A reference to the inlined vector.

Parameters

Name

Description

other

The inlined vector to copy.

Created with MrDocs