template <size_t N>
struct StaticVector
Defined at line 20 of file ../../src/lib/elfldltl/include/lib/elfldltl/static-vector.h
elfldltl::StaticVector
<N
>::Container can be used with elfldltl::LoadInfo.
This wraps a fixed T[N] array with a container interface that looks like a
std::vector but provides the container.h API for the allocating methods.