CGAL 5.1 - Handles and Circulators
|
Implementation
Since not all current compilers can eliminate the space needed for the compile time tags even when deriving from them, we implement a variant for each base class that contains a protected void*
data member called _ptr
. Here, the allocated space in the derived classes can be reused.