C Sharpのdelegate int Del(int x, int y);ってC++でのtypedef std::function<int(int, int)> Del;みたいなものって考えていいの?
C Sharpのdelegate int Del(int x, int y);ってC++でのtypedef std::function<int(int, int)> Del;みたいなものって考えていいの?
C++のテストとかあったら「次のコードについて、『未規定の動作』ならばAを、『未定義の動作』ならばBを、『処理系定義の動作』ならばCを選びなさい」って問題絶対出そう