标签: c++ templates inheritance
在声明中,可以将c ++语句转换为单词。
int a; // a is declared an integer
我不明白下面的声明是什么意思。
A被声明为struct ...?
struct A : public aTemplate<A> {};
我也不明白如何在两个地方使用A。