absl::InlinedVector::InlinedVector

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

Synopsis

Declared in <absl/container/inlined_vector.h>

InlinedVector(
    InlinedVector const& other,
    allocator_type const& allocator);

Parameters

NameDescription
otherThe inlined vector to copy.
allocatorThe allocator to use.