tmp/tmp7l_5hh6s/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### 19 observer function <a id="defns.observer">[[defns.observer]]</a>
|
| 2 |
+
|
| 3 |
+
class member function [[class.mfct]] that accesses the state of an
|
| 4 |
+
object of the class but does not alter that state
|
| 5 |
+
|
| 6 |
+
[*Note 1 to entry*: Observer functions are specified as `const` member
|
| 7 |
+
functions [[class.this]]. — *end note*]
|
| 8 |
+
|