AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ array() [2/2]

template<class T>
T* aff::SharedHeap< T >::array ( ) const
inline

Return array access.

Returns
pointer to array on heap

Definition at line 303 of file sharedheap.h.

304  { return(this->Tbase::writable_array()); }