AFF --- A container for numbers (array) by Friederich and Forbriger.
|
typedef Tbase aff::Array< T >::Tcoc |
short for Tcontainer_of_const
We generally distinguish between constness of the array and constness of the contained data (see Notes on the const-correctness of arrays). There will be situations, when you want to promise that a function will not change the contents of an array. In this case you may use a declaration (prototype) like
and you may use this function like