Library of Assembled Shared Sources
|
compile time fixed array that also supports zero length More...
#include <fixed_array.h>
compile time fixed array that also supports zero length
FixedArray is an array of compile-time-fixed length. The unique property of this implementation is that this length can also be zero. As a surplus, this class is given an STL container interface with iterators etc.
Definition at line 76 of file fixed_array.h.