absl::InlinedVector::InlinedVector

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

NameDescription
otherThe inlined vector to copy.