a template class to construct an array with a well defined number of elements at compile time. More...
Go to the source code of this file.
Classes | |
| class | fixArray< type, maxElements > |
| template for an array with well defined number of elements More... | |
a template class to construct an array with a well defined number of elements at compile time.
Access to the elements in the array are index safe. This means if you are running out of array bounds you will get an errer-Element as result.
1.6.3