template <class T> class Table { // ... void position() { T::iter * y; // ... } };
Example 3: Template expecting a parameterized typedef.
Back to Article