Library of Assembled Shared Sources
lass::util::FixedArray< T, size_ > Struct Template Reference

compile time fixed array that also supports zero length More...

#include <fixed_array.h>

Detailed Description

template<typename T, size_t size_>
struct lass::util::FixedArray< T, size_ >

compile time fixed array that also supports zero length

Author
Bram de Greve [Bramz]
Date
2002-2003

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.


The documentation for this struct was generated from the following file: