absl::InlinedVector::swap

Swaps the contents of the inlined vector with other.

Synopsis

Declared in <absl/container/inlined_vector.h>

void
swap(InlinedVector& other);

Parameters

NameDescription
otherThe inlined vector to swap with.