visual c++ - How to inspect MSVC's c++ object layout? -




when compiling c++ code clang, can inspect memory layout generates passing -xclang -fdump-record-layouts on command line.

is there similar way inspect memory layout msvc generates, ideally 1 works on command line , can used on godbolt.org?





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -

python - Read npy file directly from S3 StreamingBody -