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;
Created with MrDocs
Destroys all elements in the inlined vector, setting the size to 0 and preserving capacity.
Declared in <absl/container/inlined_vector.h>
void
clear() noexcept;
Created with MrDocs