LLVM
8.0.1
|
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 370 of file TrailingObjects.h.