TupleStorageLayout< INDEX, PRE_OFFSET, PRE_MAX_ALIGN > Class Template Reference

#include <tuple.h>

Static Public Member Functions

static void GetOffset ()
 

Static Public Attributes

static const Int COUNT
 

Static Protected Member Functions

static Generic & GetMember ()
 

Protected Attributes

AlignedStorage< SIZE, ALIGN_bytes
 

Static Protected Attributes

static const Int SIZE
 
static const Int ALIGN
 

Member Function Documentation

◆ GetOffset()

static void GetOffset ( )
static

◆ GetMember()

static Generic& GetMember ( )
staticprotected

Member Data Documentation

◆ COUNT

const Int COUNT
static

Constant element count of this tuple.

◆ SIZE

const Int SIZE
staticprotected

◆ ALIGN

const Int ALIGN
staticprotected

◆ _bytes

AlignedStorage<SIZE, ALIGN> _bytes
protected