回答編集履歴
1
微修正
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
iterator_poi_counter& operator--() { --count_; return *this; }
|
20
20
|
|
21
|
-
int operator*() const { return
|
21
|
+
int operator*() const { return count_; } // これな。
|
22
22
|
|
23
23
|
};
|
24
24
|
|