absl::InlinedVector::InlinedVector

Creates an inlined vector with copies of the elements of list.

Synopsis

Declared in <absl/container/inlined_vector.h>

InlinedVector(
    std::initializer_list<value_type> list,
    allocator_type const& allocator = allocator_type());

Parameters

NameDescription
listThe initializer list to copy elements from.
allocatorThe allocator to use.