| 86 | return capture; |
| 87 | } |
| 88 | __forceinline TypeInfo *getTypeInfo() const { |
| 89 | return capture ? *(TypeInfo **)(capture - 16) : nullptr; |
| 90 | } |
| 91 | __forceinline bool operator==(const Lambda &b) const { |
| 92 | return capture == b.capture; |
| 93 | } |
no outgoing calls
no test coverage detected