AFF --- A container for numbers (array) by Friederich and Forbriger.
Modules
Here is a list of all modules:
 Basic array moduleBasic array moduleBy including aff/array.h you will get access to the following modules:
 Container operatorsContainer operatorsOperators for containers are defined through a macro expansion mechanism, since the basic algorithm is the same for all containers. We make use of iterators to traverse the elements of the containers
 Debug functions
 Error handling module
 Extensions for array moduleExtensions for array moduleThe library provides some additional modules. You need only include the header file of those modules that you really want to use in addition to the basic aff::Array functionality. These additional modules are:
 Extensions for series moduleExtensions for series module
 Series containerSeries container