SpiceQA
Questions
Tags
Users
Badges
Objective-C Block type as return value
user_462569
0
Created Oct 16, 2010
Edited Oct 16, 2010
Viewed 4240
Follow
How do I write the following:
typedef void (^T)(void); T f() { return ^{}; }
without the typedef?
objective-c-blocks
objective-c
14
0
Add comment
+
Share
1 Answers
Related