Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TAlignedBytes< Size, Alignment > Struct Template Reference

#include <TypeCompatibleBytes.h>

Public Attributes

uint8 Pad [Size]
 

Detailed Description

template<int32 Size, uint32 Alignment>
struct TAlignedBytes< Size, Alignment >

Used to declare an untyped array of data with compile-time alignment. It needs to use template specialization as the MS_ALIGN and GCC_ALIGN macros require literal parameters.

Definition at line 15 of file TypeCompatibleBytes.h.

Member Data Documentation

◆ Pad

template<int32 Size, uint32 Alignment>
uint8 TAlignedBytes< Size, Alignment >::Pad[Size]

Definition at line 17 of file TypeCompatibleBytes.h.


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