Wenzel Jakob | 38bd711 | 2015-07-05 20:05:44 +0200 | [diff] [blame] | 1 | Called Example1 default constructor.. |
| 2 | Called Example1 constructor with value 32.. |
| 3 | Called Example1 copy constructor with value 32.. |
| 4 | Called Example1 move constructor with value 32.. |
| 5 | Called Example1 move constructor with value 32.. |
| 6 | Called Example1 destructor (32) |
| 7 | Called Example1 destructor (0) |
| 8 | Called Example1 destructor (0) |
| 9 | Called Example1 copy constructor with value 320.. |
| 10 | Called Example1 copy constructor with value 320.. |
| 11 | Called Example1 destructor (320) |
| 12 | Called Example1 destructor (320) |
| 13 | Instance 1: Example1[value=320] |
| 14 | Instance 2: Example1[value=32] |
| 15 | Example1[value=320] |
| 16 | Example1[value=320] |
| 17 | Example1[value=320] |
| 18 | Example1[value=320] |
| 19 | Example1[value=320] |
| 20 | 320 |
| 21 | 320 |
| 22 | 320 |
| 23 | 320 |
| 24 | 320 |
| 25 | Instance 1, direct access = 320 |
| 26 | Instance 1: Example1[value=100] |
| 27 | Called Example1 destructor (32) |
| 28 | Called Example1 destructor (100) |