Share

AcRxClass::delete

C++

static void operator delete(
    void* p
);

Description

Deletes the object.

Parameters

Parameters Description
p Input pointer to the object

Links

AcRxClass

Was this information helpful?