, /type/ template template, , .
, , template.
, , , template, < > , - .
. , , typename. , template .
- :
static_cast<B<PType>*>( this )->template A<PType>::template Func< D2<PType> >();
, template, . :
static_cast<B<int>*>( this )->A<int>::Func< D2<PType> >();
template B<int>, A ( ) template. , ->A<int> template, ::Func ( ) template.