class AlignmentCalcHelper

Declaration

template <typename First, typename... Rest>
class AlignmentCalcHelper { /* full declaration omitted */ };

Description

Helper template to calculate the max alignment requirement for a set of objects.

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

Templates

First
Rest