-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlambda.log
More file actions
51 lines (44 loc) · 1.1 KB
/
lambda.log
File metadata and controls
51 lines (44 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
1)----------------
FlexibleCallback construction using nullptr_t
2)----------------
FlexibleCallback construction using Fp_t
a_c_send_function: Bufsize = 128
3)----------------
FlexibleCallback construction using <Fp_t, void*>
a_c_lambda: Bufsize = 128
Capture: 0
4)-----------------
FlexibleCallback construction using <Fp_t, void*>
a_c_send_function: Bufsize = 128
Status: 7
5)-----------------
FlexibleCallback construction using T&
- sizeof(T): 1
- &operator() [0]: 0x56530ffc8be6
- &operator() [1]: 0
- &t: 0x7ffdfc629b28
C-Lambda: Bufsize = 128
6)-----------------
FlexibleCallback construction using T&
- sizeof(T): 8
- &operator() [0]: 0x56530ffc8c42
- &operator() [1]: 0
- &t: 0x7ffdfc629b28
Object-Lambda: Bufsize = 128
Capture: 42
7)-----------------
FlexibleCallback construction using T&
- sizeof(T): 8
- &operator() [0]: 0x56530ffc8cea
- &operator() [1]: 0
- &t: 0x7ffdfc629b28
Object-Lambda: Bufsize = 128
Capture: 43
8)-----------------
FlexibleCallback construction using T&
- sizeof(T): 4
- &operator() [0]: 0x56530ffc8d92
- &operator() [1]: 0
- &t: 0x7ffdfc629b28
Object-Lambda: Bufsize = 128
Capture: 44