Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カスタムタイプ A のオブジェクトがあります (std::string、vector などの多くのメンバーを持ち、生のポインターを持たないクラス)。
これで、A オブジェクトのリストができました。
A tmpobj; std::list<A> temp;
std::list: