Creates an inlined vector by copying the contents of other using other's allocator.

Synopsis

Declared in <absl/container/inlined_vector.h>

InlinedVector(InlinedVector const& other);

Parameters

Name

Description

other

The inlined vector to copy.

Created with MrDocs