回答編集履歴

1

文言

2021/06/06 17:27

投稿

int32_t
int32_t

スコア20884

test CHANGED
@@ -5,3 +5,7 @@
5
5
  * [std:;vector<> std::arrayという二重のイテレーター二重for文がアクセスエラーとなる原因が知りたい。](https://teratail.com/questions/320609)
6
6
 
7
7
  * [イテレーターが破壊される原因と対処法が知りたい。](https://teratail.com/questions/321446)
8
+
9
+
10
+
11
+ 「インタンスのコピーを避ける」「あるクラスのデータメンバに対する操作は、そのクラスの関数メンバにする」というのを気を付けるとトラブルを避けられます。