LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
Vectray.h File Reference
#include <array>
#include <vector>
#include <variant>
#include <new>
#include <cstddef>
#include <swoc/MemSpan.h>
#include <swoc/swoc_meta.h>
Include dependency graph for Vectray.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.
 

Detailed Description

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.