In case you want to dump the class layout, there is a hidden compiler switch in Visual Studio . It will show class layout during build in output window. Enable it in Project->Properties>C++>CommandLine>Additionaloptions. Add /d1reportAllClassLayout as shown below
The class layout would show as shown in below
The class layout would show as shown in below
No comments:
Post a Comment