align number

Kagamin spam at here.lot
Fri Jun 8 12:16:00 PDT 2012


template Aligned(alias Content)
{
  static if(size_t.sizeof==4)
   align(4) struct Aligned{ mixin Content; }
  else
   align(8) struct Aligned{ mixin Content; }
}


More information about the Digitalmars-d mailing list