static struct definition

monarch_dodra monarchdodra at gmail.com
Mon Aug 27 08:32:07 PDT 2012


What exactly does it mean when you put static in front of a 
struct _definition_ (not instance) ?

EG:

static struct S
{
   static struct SS
   {
   }
}

As opposed to

struct S
{
   struct SS
   {
   }
}


More information about the Digitalmars-d-learn mailing list