clang 22.0.0git
clang::UsualDeleteParams Struct Reference

The parameters to pass to a usual operator delete. More...

#include "clang/AST/ExprCXX.h"

Public Attributes

TypeAwareAllocationMode TypeAwareDelete = TypeAwareAllocationMode::No
bool DestroyingDelete = false
bool Size = false
AlignedAllocationMode Alignment = AlignedAllocationMode::No

Detailed Description

The parameters to pass to a usual operator delete.

Definition at line 2346 of file ExprCXX.h.

Member Data Documentation

◆ Alignment

◆ DestroyingDelete

◆ Size

◆ TypeAwareDelete


The documentation for this struct was generated from the following file: