假设有声明:

using Func = int(int); struct Foo { Func f1; Func* f2; }; 那么在 64 位平台上 sizeof(Foo) 的值为:
Anonymous Quiz
1
8
16
24
85 answered
 
 
Back to Top