![]() |
|
|
|
#1
|
|||
|
|||
|
1) At least with MSVC you can specify pointer size with __ptr32 and __ptr64 when building for 64-bit. https://docs.microsoft.com/en-us/cpp/cpp/ptr32-ptr64
3) I believe usually a temporary object is constructed using pointers to the lambda arguments, and the function is invoked using the __thiscall convention. Probably depends on the compiler's implementation though. Had to check answer for the others Very interesting questions.
|
| The Following User Says Thank You to zeffy For This Useful Post: | ||
chants (09-04-2019) | ||
![]() |
| Thread Tools | |
| Display Modes | |
|
|