You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
720 B

  1. Called Example1 default constructor..
  2. Called Example1 constructor with value 32..
  3. Called Example1 copy constructor with value 32..
  4. Called Example1 copy constructor with value 32..
  5. Called Example1 destructor (32)
  6. Called Example1 destructor (32)
  7. Instance 1: Example1[value=320]
  8. Instance 2: Example1[value=32]
  9. Called Example1 copy constructor with value 320..
  10. Called Example1 move constructor with value 320..
  11. Called Example1 destructor (0)
  12. Example1[value=320]
  13. Called Example1 destructor (320)
  14. Example1[value=320]
  15. Example1[value=320]
  16. Example1[value=320]
  17. Example1[value=320]
  18. 320
  19. 320
  20. 320
  21. 320
  22. 320
  23. Instance 1, direct access = 320
  24. Instance 1: Example1[value=100]
  25. Called Example1 destructor (32)
  26. Called Example1 destructor (100)