C++ Reference: class CompactVectorVector

Note: This documentation is automatically generated.

Method
Add

Return type: int

Arguments: absl::Span<const T> data

Same as push_back(). Returns the previous size() as this is convenient for how we use it.

clear

Return type: void

size

Return type: size_t