欢迎选择我的课程,让我们一起见证您的进步~~
雷雷
template <typename Element> class Node { }; template <typename Element> using PtrToNode = Node<Element>*; class C {}; PtrToNode<C> p;
更多內容請見http://en.cppreference.com/w/cpp/language/type_alias
雷雷
更多內容請見http://en.cppreference.com/w/cpp/language/type_alias