Share

AcRxClass::new

C++

static void* operator new(
    size_t size
);

Description

Creates a new object.

Parameters

Parameters Description
size Input the memory size

Links

AcRxClass

Was this information helpful?