how to tell if a thing is a template
    Ellery Newcomer via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sat Aug 23 17:41:35 PDT 2014
    
    
  
Can't think off the top of my head how you do this
template IsTemplate(alias t) {
  ??
}
static assert(IsTemplate!IsTemplate)
    
    
More information about the Digitalmars-d-learn
mailing list