Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-019A9A88-4772-494C-B624-E0F23EE9101B
Visible to Intel only — GUID: GUID-019A9A88-4772-494C-B624-E0F23EE9101B
vmg
Selects the general representation that the compiler uses for pointers to members.
Syntax
Linux: |
None |
Windows: |
/vmg |
Arguments
None
Default
OFF |
The compiler uses default rules to represent pointers to members. |
Description
This option selects the general representation that the compiler uses for pointers to members. Use this option if you declare a pointer to a member before you define the corresponding class.
IDE Equivalent
Alternate Options
None