Bug 9814 – Add std.traits.isNestedFunction

Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-03-25T19:31:00Z
Last change time
2013-04-05T11:10:12Z
Assigned to
nobody
Creator
k.hara.pg

Comments

Comment #0 by k.hara.pg — 2013-03-25T19:31:27Z
It would check whether the function is nested. unittest { static void f() {} void g() {} static assert(!isNestedFunction!f); static assert( isNestedFunction!g); }
Comment #1 by k.hara.pg — 2013-03-25T19:31:58Z