LLVM 20.0.0git
|
A type where its ::with_counts template member has a ::type member suitable for use as uninitialized storage for an object with the given trailing object counts. More...
#include "llvm/Support/TrailingObjects.h"
Classes | |
struct | with_counts |
A type where its ::with_counts template member has a ::type member suitable for use as uninitialized storage for an object with the given trailing object counts.
The template arguments are similar to those of additionalSizeToAlloc.
Use with FixedSizeStorageOwner, e.g.:
Definition at line 352 of file TrailingObjects.h.