LLVM API Documentation

AlignedCharArray Struct Reference

Helper for building an aligned character array type. More...

#include <AlignOf.h>

Inheritance diagram for AlignedCharArray:
Inheritance graph
[legend]

Detailed Description

Helper for building an aligned character array type.

This template is used to explicitly build up a collection of aligned character array types. We have to build these up using a macro and explicit specialization to cope with old versions of MSVC and GCC where only an integer literal can be used to specify an alignment constraint. Once built up here, we can then begin to indirect between these using normal C++ template parameters.


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