- Home
- About DUNE
- Download
- Documentation
- Community
- Development
template<int A> class outer { template<int B> class inner; };
So I had to create a baseclass for the iterators which is not inside another class. This base class can then be specialized, and the real Iterator class inherits from it. I gave it the somewhat clumsy name RefinementSubEntityIteratorSpecial.