DontUseNewUseMake Class

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at DontUseNewUseMake Class.

Supports the WRL infrastructure and is not intended to be used directly from your code.

class DontUseNewUseMake;  

Prevents using operator new in RuntimeClass. Consequently, you must use the Make function instead.

Public Operators

NameDescription
DontUseNewUseMake::operator new OperatorOverloads operator new and prevents it from being used in RuntimeClass.

DontUseNewUseMake

Header: implements.h

Namespace: Microsoft::WRL::Details

Microsoft::WRL::Details Namespace
Make Function

Show: