|
LibSWOC++ 1.5.14
Solid Wall of C++
|
#include <array>#include <vector>#include <variant>#include <new>#include <cstddef>#include <swoc/MemSpan.h>#include <swoc/swoc_meta.h>
Go to the source code of this file.
Classes | |
| class | swoc::Vectray< T, N, A > |
| struct | swoc::Vectray< T, N, A >::FixedStore |
| Internal (fixed) storage. More... | |
Namespaces | |
| namespace | swoc |
| For template deduction guides. | |
Container that acts like a vector but has static storage to avoid memory allocation for some specified number of elements.
Definition in file Vectray.h.