16
Library introduction
[library]
16.3
Definitions
[definitions]
16.3.19
[defns.observer]
observer function
class member function
that accesses the state of an object of the class but does not alter that state
[
Note
:
Observer functions are specified as
const
member functions (
[class.this]
)
.
—
end note
]