3
Terms and definitions
[intro.defs]
3.35
[defns.observer]
observer function
⟨library⟩
class member function that accesses the state of an object of the class but does not alter that state
[
Note
1
:
Observer functions are specified as
const
member functions
.
—
end note
]