Nested class inside template class. Type of an attribute

后端 未结 0 1854
时光取名叫无心
时光取名叫无心 2020-12-31 00:18

Here we go. I have excellent(?) working snippet

template 
class List {

    class Node {

        T value;
        Node* left;
        Node*         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题