can I use a constructor to initialize any number of elements, in a class with a template that takes 1 and an associated structure?

后端 未结 0 1269
情歌与酒
情歌与酒 2021-02-12 02:04

i have such a class


template 
class Store {

private:
    struct pointNode {
        T data;
        std::unique_ptr next;

           


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