absl::InlinedVector::InlinedVector

Creates an inlined vector with n copies of value_type().

Synopsis

Declared in <absl/container/inlined_vector.h>

explicit
InlinedVector(
    size_type n,
    allocator_type const& allocator = allocator_type());

Parameters

NameDescription
nThe number of elements to create.
allocatorThe allocator to use.