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

Name

Description

list

The initializer list to copy elements from.

allocator

The allocator to use.

Created with MrDocs