标签: c++ list vector stl std
class CTest : public std::vector<CTest*> { // ... };
这样做是否安全?如果是,我应该使用哪个,矢量或列表?