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

質問編集履歴

1

修正

2021/04/21 07:31

投稿

fluid_love
fluid_love

スコア21

title CHANGED
File without changes
body CHANGED
@@ -10,7 +10,7 @@
10
10
  template<typename ...T>
11
11
  class A {};
12
12
 
13
- template<typename T>//このTはclass Aしか受け付けないようにしたい.class<ここは何でも大丈夫>
13
+ template<typename T>//このTはclass Aしか受け付けないようにしたい.class A<ここは何でも大丈夫>
14
14
  void foo() {
15
15
 
16
16
  }