Combining template parameters deduction with default template parameters

Uranuz neuranuz at gmail.com
Sun Mar 23 04:12:05 PDT 2014


> string decodeURIHost(T)(T source)
> {
>
> }
But I like it less and I still don't know how to combine template 
params deduction with setting second param.

string decodeURIHost(T, bool formEncoding)(T source) {}


More information about the Digitalmars-d-learn mailing list