Fixed-capacity growable array with inline storage — no heap. More...
Data Structures | |
| struct | lib::format::formatter< lib::static_vector< T, N > > |
| Formatter for lib::static_vector<T, N>. More... | |
| class | lib::static_vector< T, N > |
A contiguous sequence of up to N elements stored entirely. More... | |
Fixed-capacity growable array with inline storage — no heap.
SPDX-License-Identifier: Apache 2.0