LLVM 19.0.0git
Public Attributes | List of all members
llvm::TrailingObjects< BaseTy, TrailingTys >::FixedSizeStorage< Tys >::with_counts< Counts >::type Struct Reference

#include "llvm/Support/TrailingObjects.h"

Public Attributes

char buffer [Size]
 

Detailed Description

template<typename BaseTy, typename... TrailingTys>
template<typename... Tys>
template<size_t... Counts>
struct llvm::TrailingObjects< BaseTy, TrailingTys >::FixedSizeStorage< Tys >::with_counts< Counts >::type

Definition at line 355 of file TrailingObjects.h.

Member Data Documentation

◆ buffer

template<typename BaseTy , typename... TrailingTys>
template<typename... Tys>
template<size_t... Counts>
char llvm::TrailingObjects< BaseTy, TrailingTys >::FixedSizeStorage< Tys >::with_counts< Counts >::type::buffer[Size]

Definition at line 356 of file TrailingObjects.h.


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