struct NodeB { vector<boost::shared_ptr<string> > vecShpStrs; }; struct NodeC { boost::shared_ptr<vector<string> > shpVecStrs; }; int main() { NodeA nodeA; ...
確定! 回上一頁