Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 7/13/2023
Public
Document Table of Contents

vmb

Selects the smallest representation that the compiler uses for pointers to members.

Syntax

Linux:

None

macOS:

None

Windows:

/vmb

Arguments

None

Default

OFF

The compiler uses default rules to represent pointers to members.

Description

This option selects the smallest representation that the compiler uses for pointers to members. Use this option if you define each class before you declare a pointer to a member of the class.

IDE Equivalent

None

Alternate Options

None