IFTI
Kirk McDonald
kirklin.mcdonald at gmail.com
Thu Nov 8 15:39:53 PST 2007
Bruce Adams wrote:
> Okay, I give up. I've been trying to figure out what this FLA stands for since I first saw it turn up a few threads ago. Someone please put me out of my mystery. IMHO IIOTMCAG. <- LAAEFTR
>
> Regards,
>
> Bruce.
Implicit Function Template Instantiation
The ability to, given a function template:
void foo(T)(T t) {}
Call it without explicitly providing the types of the arguments:
foo(12);
foo("apples");
--
Kirk McDonald
http://kirkmcdonald.blogspot.com
Pyd: Connecting D and Python
http://pyd.dsource.org
More information about the Digitalmars-d
mailing list