Changes between Version 9 and Version 10 of code/PerformanceTips
- Timestamp:
- Sep 21, 2008, 8:06:19 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/PerformanceTips
v9 v10 29 29 30 30 == const and const& == 31 === const reference === 31 32 Given the following example: 32 33 {{{ … … 66 67 The rest of the code remains the same. 67 68 69 === const functions === 68 70 Now you may think of a situation, where OtherClass has a MyClass as a membervalue: 69 71 {{{