質問するログイン新規登録

質問編集履歴

1

2019/12/15 11:23

投稿

CID8705
CID8705

スコア36

title CHANGED
File without changes
body CHANGED
@@ -43,6 +43,7 @@
43
43
  class DataStore<T*> {
44
44
  private:
45
45
  T* mValue;
46
+ // int init;
46
47
  public:
47
48
  explicit DataStore(T* value) : mValue(value) {}
48
49
  void Print() const;