0

重複の可能性:
C++: const 参照、型指定子の前後

これら 2 つの定義の違い。

 1.   void foo(Animal const& dog){}

 2.   void foo(const Animal& dog){} 
4

0 に答える 0