Template function : use the array's one !

BCS none at anon.com
Tue Feb 17 14:03:04 PST 2009


Hello TSalm,

>> take a look at static if and is
>> 
>> http://www.digitalmars.com/d/1.0/version.html#staticif
>> http://www.digitalmars.com/d/1.0/expression.html#IsExpression
>> 
> Thanks for this links.
> But I don't see anything about how to test if it's an array or not...
> Is it not possible ?

look at point 5

IIRC:

static if(is(T B : B[]))
{
    // if T is an array, this is used and B is the element type
}




More information about the Digitalmars-d-learn mailing list