ZXFoundation™ 26h2
Loading...
Searching...
No Matches
static_vector.cxxm File Reference

Fixed-capacity growable array with inline storage — no heap. More...

import std;
import lib.format;
import lib.error;
import zxfoundation.base.types;
Include dependency graph for static_vector.cxxm:

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...

Detailed Description

Fixed-capacity growable array with inline storage — no heap.

SPDX-License-Identifier: Apache 2.0