blob: 2c242f9c451c5761b0e3e6b141f009bcd6d8b797 [file] [log] [blame]
Wenzel Jakob38bd7112015-07-05 20:05:44 +02001Called Example1 default constructor..
2Called Example1 constructor with value 32..
3Called Example1 copy constructor with value 32..
Wenzel Jakobbe0e8342015-10-01 16:48:34 +02004Called Example1 copy constructor with value 32..
Wenzel Jakob38bd7112015-07-05 20:05:44 +02005Called Example1 destructor (32)
Wenzel Jakobbe0e8342015-10-01 16:48:34 +02006Called Example1 destructor (32)
Wenzel Jakob38bd7112015-07-05 20:05:44 +02007Instance 1: Example1[value=320]
8Instance 2: Example1[value=32]
Wenzel Jakobbe0e8342015-10-01 16:48:34 +02009Called Example1 copy constructor with value 320..
Wenzel Jakobf7b58742016-04-25 23:04:27 +020010Called Example1 move constructor with value 320..
11Called Example1 destructor (0)
Wenzel Jakob38bd7112015-07-05 20:05:44 +020012Example1[value=320]
Wenzel Jakobbe0e8342015-10-01 16:48:34 +020013Called Example1 destructor (320)
Wenzel Jakob38bd7112015-07-05 20:05:44 +020014Example1[value=320]
15Example1[value=320]
16Example1[value=320]
17Example1[value=320]
18320
19320
20320
21320
22320
23Instance 1, direct access = 320
24Instance 1: Example1[value=100]
25Called Example1 destructor (32)
26Called Example1 destructor (100)