template_t

Special information for class templates.

extern (C++) @nogc nothrow @safe
struct template_t {
symlist_t TMinstances;
param_t* TMptpl;
token_t* TMbody;
uint TMsequence;
list_t TMmemberfuncs;
list_t TMexplicit;
list_t TMnestedexplicit;
Symbol* TMnext;
enum_TK TMtk;
int TMflags;
Symbol* TMprimary;
Symbol* TMpartial;
param_t* TMptal;
list_t TMfriends;
list_t TMnestedfriends;
int TMflags2;
}
Suggestion Box / Bug Report