I have several times seen a construct

template foo(T...) if(T.length == 1)
{
    ...
}

What is that good for?
Why using variadic parameter if anyway exactly one parameter is
required?!?

Reply via email to