struct TrailingObjects::FixedSizeStorage

Declaration

template <typename... Tys>
struct TrailingObjects::FixedSizeStorage { /* full declaration omitted */ };

Description

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.:

Declared at: llvm/include/llvm/Support/TrailingObjects.h:363

Templates

Tys