IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
Loading...
Searching...
No Matches
ice::AlignResult< T * > Struct Template Reference

#include <ice/mem_align.hxx>

Public Attributes

T * value
ice::usize padding
ice::ualign alignment

Member Data Documentation

◆ alignment

template<typename T>
ice::ualign ice::AlignResult< T * >::alignment

◆ padding

template<typename T>
ice::usize ice::AlignResult< T * >::padding

◆ value

template<typename T>
T* ice::AlignResult< T * >::value

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