__FUNCTION__

Jarrett Billingsley jarrett.billingsley at gmail.com
Sat Feb 28 11:38:02 PST 2009


On Sat, Feb 28, 2009 at 2:15 PM, Nick Sabalausky <a at a.a> wrote:
>
> void foofunc()
> {
>    Stdout.formatln("{}", __FUNCTION__);
> }
>
> Output:
> foofunc

It would probably be the fully-qualified name, especially when you
consider using it for reflection.



More information about the Digitalmars-d mailing list