Template functions, can we make it more simple?
SteveGuo
steveguo at outlook.com
Fri Aug 2 15:05:24 PDT 2013
void foo(int); // function declaration
void foo(int a) {} // function definition
auto foo(a) {} // template function definition
More information about the Digitalmars-d
mailing list