Convert initializer_list of pointers to vector of unique_ptr

前端 未结 0 565
遇见更好的自我
遇见更好的自我 2020-11-28 22:53

I created this class, which represents a set of shapes:

class CompoundShape : public Shape {
    private:
    std::vector>          


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