blob: 95277903d85961294d94c1bb5fd22356b3f50217 [file] [log] [blame]
Jason Rhinelanderb3f3d792016-07-18 16:43:18 -04001Called ExampleMandA default constructor..
2Called ExampleMandA constructor with value 32..
3Called ExampleMandA copy constructor with value 32..
4Called ExampleMandA copy constructor with value 32..
5Called ExampleMandA destructor (32)
6Called ExampleMandA destructor (32)
7Instance 1: ExampleMandA[value=320]
8Instance 2: ExampleMandA[value=32]
9Called ExampleMandA copy constructor with value 320..
10Called ExampleMandA move constructor with value 320..
11Called ExampleMandA destructor (0)
12ExampleMandA[value=320]
13Called ExampleMandA destructor (320)
14ExampleMandA[value=320]
15ExampleMandA[value=320]
16ExampleMandA[value=320]
17ExampleMandA[value=320]
18320
19320
20320
21320
22320
23Instance 1, direct access = 320
24Instance 1: ExampleMandA[value=100]
25Called ExampleMandA destructor (32)
26Called ExampleMandA destructor (100)