absl::InlinedVector::clear

Destroys all elements in the inlined vector, setting the size to 0 and preserving capacity.

Synopsis

Declared in <absl/container/inlined_vector.h>

void
clear() noexcept;