1 2 3 4 5 6 7 8 9
template<typename T> struct Thing { struct Inner { T *ptr; }; struct AnotherInner : Inner { }; };