Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

array

A replacement for std::array if you haven't got C++0x11. More...

Data Structures

class  array_exception
 The base class for array exceptions. More...
class  array_out_of_range
 The out of range exceptions. More...
class  array< T, SIZE_ >
 A replacement for std::array if you haven't got C++0x11. More...

Detailed Description

A replacement for std::array if you haven't got C++0x11.

A wrapper for arrays.