Creates an empty inlined vector with a value‐initialized allocator.

Synopsis

Declared in <absl/container/inlined_vector.h>

InlinedVector() noexcept(noexcept(allocator_type()));

Created with MrDocs