Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: C++: const 参照、型指定子の前後
これら 2 つの定義の違い。
1. void foo(Animal const& dog){} 2. void foo(const Animal& dog){}