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

◆ SharedHeap() [4/4]

template<class T>
aff::SharedHeap< T >::SharedHeap ( const Tcontainer sharedheap)
inline

Copy representation to share heap.

Definition at line 282 of file sharedheap.h.

282  :
283  Tbase(sharedheap) { }
aff::ConstSharedHeap< T > Tbase
base class
Definition: sharedheap.h:264