mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added '?' capture, reworked '&' capture, allow 'this' capture
This commit is contained in:
parent
7ab6800f40
commit
7f695596b8
5 changed files with 70 additions and 22 deletions
|
@ -2312,6 +2312,7 @@ public:
|
|||
enum BfCaptureType
|
||||
{
|
||||
BfCaptureType_None,
|
||||
BfCaptureType_Auto,
|
||||
BfCaptureType_Copy,
|
||||
BfCaptureType_Reference,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue