blob: deeb40c6c8309cabf8b566c890bd7b48e7c890af [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..
4Called Example1 move constructor with value 32..
5Called Example1 move constructor with value 32..
6Called Example1 destructor (32)
7Called Example1 destructor (0)
8Called Example1 destructor (0)
9Called Example1 copy constructor with value 320..
10Called Example1 copy constructor with value 320..
11Called Example1 destructor (320)
12Called Example1 destructor (320)
13Instance 1: Example1[value=320]
14Instance 2: Example1[value=32]
15Example1[value=320]
16Example1[value=320]
17Example1[value=320]
18Example1[value=320]
19Example1[value=320]
20320
21320
22320
23320
24320
25Instance 1, direct access = 320
26Instance 1: Example1[value=100]
27Called Example1 destructor (32)
28Called Example1 destructor (100)