On Thu, May 21, 2009 at 8:00 PM, Fractal wrote:
> Fractal Wrote:
>
>> Hello
>>
>> Any body can explan me how to determine if a template argument is an array?
>
> ...And also if is an associative array
>
>> Thanks
>
You can also use template specialization, which, depending on your use
case, might
Fractal wrote:
Hello
Any body can explan me how to determine if a template argument is an array?
Thanks
Have a look at std.traits or tango.core.Traits. The appropriate way to
check is via the templates they define, since it's clearer. Looking at
the source will tell you how to replicate the
Fractal Wrote:
> Hello
>
> Any body can explan me how to determine if a template argument is an array?
...And also if is an associative array
> Thanks
Hello
Any body can explan me how to determine if a template argument is an array?
Thanks